#include <VolumeTrackerPlugin.h>
Public Member Functions | |
| VolumeTrackerPlugin () | |
| virtual | ~VolumeTrackerPlugin () |
| virtual void | init (Simulator *simulator, CC3DXMLElement *_xmlData) |
| virtual void | field3DChange (const Point3D &pt, CellG *newCell, CellG *oldCell) |
| virtual void | step () |
| virtual std::string | toString () |
| virtual std::string | steerableName () |
Private Attributes | |
| Potts3D * | potts |
| CellG * | deadCellG |
Definition at line 38 of file VolumeTrackerPlugin.h.
| VolumeTrackerPlugin::VolumeTrackerPlugin | ( | ) |
Definition at line 39 of file VolumeTrackerPlugin.cpp.
| VolumeTrackerPlugin::~VolumeTrackerPlugin | ( | ) | [virtual] |
Definition at line 41 of file VolumeTrackerPlugin.cpp.
| void VolumeTrackerPlugin::init | ( | Simulator * | simulator, | |
| CC3DXMLElement * | _xmlData | |||
| ) | [virtual] |
Reimplemented from CompuCell3D::SimObject.
Definition at line 45 of file VolumeTrackerPlugin.cpp.
References CompuCell3D::Simulator::getPotts(), potts, CompuCell3D::Potts3D::registerCellGChangeWatcher(), and CompuCell3D::Potts3D::registerStepper().
| void VolumeTrackerPlugin::field3DChange | ( | const Point3D & | pt, | |
| CellG * | newCell, | |||
| CellG * | oldCell | |||
| ) | [virtual] |
Definition at line 58 of file VolumeTrackerPlugin.cpp.
References deadCellG, and CompuCell3D::CellG::volume.
| void VolumeTrackerPlugin::step | ( | ) | [virtual] |
Implements CompuCell3D::Stepper.
Definition at line 69 of file VolumeTrackerPlugin.cpp.
References deadCellG, CompuCell3D::Potts3D::destroyCellG(), and potts.
| std::string VolumeTrackerPlugin::toString | ( | ) | [virtual] |
Reimplemented from CompuCell3D::Plugin.
Definition at line 53 of file VolumeTrackerPlugin.cpp.
Referenced by steerableName().
| std::string VolumeTrackerPlugin::steerableName | ( | ) | [virtual] |
Reimplemented from CompuCell3D::SteerableObject.
Definition at line 55 of file VolumeTrackerPlugin.cpp.
References toString().
Potts3D* CompuCell3D::VolumeTrackerPlugin::potts [private] |
CellG* CompuCell3D::VolumeTrackerPlugin::deadCellG [private] |
1.5.6