#include <TypeTransition.h>
Public Member Functions | |
| TypeTransition () | |
| virtual | ~TypeTransition () |
| void | registerTypeChangeWatcher (TypeChangeWatcher *_watcher) |
| void | setType (CellG *_cell, CellG::CellType_t _newType) |
Private Attributes | |
| std::vector< TypeChangeWatcher * > | typeChangeWatcherVec |
Definition at line 11 of file TypeTransition.h.
| CompuCell3D::TypeTransition::TypeTransition | ( | ) | [inline] |
Definition at line 16 of file TypeTransition.h.
| virtual CompuCell3D::TypeTransition::~TypeTransition | ( | ) | [inline, virtual] |
Definition at line 17 of file TypeTransition.h.
| void TypeTransition::registerTypeChangeWatcher | ( | TypeChangeWatcher * | _watcher | ) |
| void TypeTransition::setType | ( | CellG * | _cell, | |
| CellG::CellType_t | _newType | |||
| ) |
Definition at line 10 of file TypeTransition.cpp.
References CompuCell3D::CellG::type, and typeChangeWatcherVec.
Referenced by CompuCell3D::PIFInitializer::start().
std::vector<TypeChangeWatcher*> CompuCell3D::TypeTransition::typeChangeWatcherVec [private] |
Definition at line 13 of file TypeTransition.h.
Referenced by registerTypeChangeWatcher(), and setType().
1.5.6