#include <ParserStorage.h>

Public Member Functions | |
| ParserStorage () | |
| void | addPottsDataCC3D (CC3DXMLElement *_element) |
| void | addPluginDataCC3D (CC3DXMLElement *_element) |
| void | addSteppableDataCC3D (CC3DXMLElement *_element) |
Public Attributes | |
| CC3DXMLElementList | steppableCC3DXMLElementVector |
| CC3DXMLElementList | pluginCC3DXMLElementVector |
| CC3DXMLElement * | pottsCC3DXMLElement |
| CC3DXMLElementList | updateSteppableCC3DXMLElementVector |
| CC3DXMLElementList | updatePluginCC3DXMLElementVector |
| CC3DXMLElement * | updatePottsCC3DXMLElement |
Definition at line 36 of file ParserStorage.h.
| CompuCell3D::ParserStorage::ParserStorage | ( | ) | [inline] |
Definition at line 39 of file ParserStorage.h.
| void CompuCell3D::ParserStorage::addPottsDataCC3D | ( | CC3DXMLElement * | _element | ) | [inline] |
| void CompuCell3D::ParserStorage::addPluginDataCC3D | ( | CC3DXMLElement * | _element | ) | [inline] |
| void CompuCell3D::ParserStorage::addSteppableDataCC3D | ( | CC3DXMLElement * | _element | ) | [inline] |
Definition at line 41 of file ParserStorage.h.
Referenced by addSteppableDataCC3D(), CompuCell3D::Simulator::getCC3DModuleData(), CompuCell3D::Simulator::initializeCC3D(), CompuCell3D::ClassRegistry::initModules(), and CompuCell3D::Simulator::steer().
Definition at line 42 of file ParserStorage.h.
Referenced by addPluginDataCC3D(), CompuCell3D::Simulator::getCC3DModuleData(), CompuCell3D::Simulator::initializeCC3D(), and CompuCell3D::Simulator::steer().
Definition at line 43 of file ParserStorage.h.
Referenced by addPottsDataCC3D(), CompuCell3D::Simulator::getCC3DModuleData(), CompuCell3D::Simulator::initializeCC3D(), and CompuCell3D::Simulator::steer().
Definition at line 45 of file ParserStorage.h.
Referenced by CompuCell3D::Simulator::steer(), and CompuCell3D::Simulator::updateCC3DModule().
Definition at line 46 of file ParserStorage.h.
Referenced by CompuCell3D::Simulator::steer(), and CompuCell3D::Simulator::updateCC3DModule().
Definition at line 47 of file ParserStorage.h.
Referenced by CompuCell3D::Simulator::steer(), and CompuCell3D::Simulator::updateCC3DModule().
1.5.6