|
libbio
|
#include <TypedBrane.h>


Public Member Functions | |
| TypedBrane (const DIMENSION &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 | |
| Pointer< Wave > | mType |
Public Attributes inherited from bio::physical::Brane< DIMENSION > | |
| DIMENSION | mId |
Public Attributes inherited from bio::physical::Particle | |
| Name | mName |
Adds a Wave type to Perspective< DIMENSION >::Brane.
| DIMENSION |
|
inline |
|
inlinevirtual |