|
libbio
|
#include <Element.h>


Public Member Functions | |
| Element (const AtomicNumber &id, const Name &name) | |
| Element (const AtomicNumber &id, const Name &name, Pointer< Properties > properties) | |
| virtual | ~Element () |
Public Member Functions inherited from bio::physical::TypedBrane< AtomicNumber > | |
| TypedBrane (const AtomicNumber &id, const Name &name, Pointer< Wave > type=NULL) | |
| virtual | ~TypedBrane () |
Public Member Functions inherited from bio::physical::Brane< DIMENSION > | |
| Brane (const DIMENSION &id, const Name &name) | |
| virtual | ~Brane () |
Public Member Functions inherited from bio::physical::Particle | |
| Particle (const Name &name) | |
| virtual | ~Particle () |
Public Attributes | |
| Arrangement< Property > | mProperties |
Public Attributes inherited from bio::physical::TypedBrane< AtomicNumber > | |
| Pointer< Wave > | mType |
Public Attributes inherited from bio::physical::Brane< DIMENSION > | |
| DIMENSION | mId |
Public Attributes inherited from bio::physical::Particle | |
| Name | mName |
Elements track the Properties and types of items in the PeriodicTable.
Elements are Branes as they are the fundamental constituents of the PeriodicTable.
NOTE: this is not chemical::Elementary<T>, which is used to define these Elements.
|
inline |
| id | |
| name |
|
inline |
| id | |
| name | |
| properties |
|
inlinevirtual |
| Arrangement< Property > bio::chemical::Element::mProperties |
Optional property storage.
See Elemental.h and PeriodicTable.h for more info.