#include <PyAttributeAdder.h>


Public Member Functions | |
| PyAttributeAdder () | |
| virtual void | addAttribute (CellG *) |
| virtual void | destroyAttribute (CellG *) |
| AttributeAdder * | getPyAttributeAdderPtr () |
| void | registerAdder (PyObject *) |
| void | registerRefChecker (PyObject *_refChecker) |
| void | registerDestroyer (PyObject *_destroyer) |
Public Attributes | |
| PyObject * | refChecker |
| PyObject * | destroyer |
Definition at line 9 of file PyAttributeAdder.h.
| CompuCell3D::PyAttributeAdder::PyAttributeAdder | ( | ) | [inline] |
Definition at line 11 of file PyAttributeAdder.h.
| void PyAttributeAdder::addAttribute | ( | CellG * | _cell | ) | [virtual] |
Reimplemented from CompuCell3D::AttributeAdder.
Definition at line 10 of file PyAttributeAdder.cpp.
References CompuCell3D::CellG::pyAttrib, and CompuCell3D::PyCompuCellObjAdapter::vecPyObject.
| void PyAttributeAdder::destroyAttribute | ( | CellG * | _cell | ) | [virtual] |
Reimplemented from CompuCell3D::AttributeAdder.
Definition at line 36 of file PyAttributeAdder.cpp.
References CompuCell3D::CellG::pyAttrib.
| AttributeAdder * PyAttributeAdder::getPyAttributeAdderPtr | ( | ) |
Definition at line 32 of file PyAttributeAdder.cpp.
| void PyAttributeAdder::registerAdder | ( | PyObject * | _adder | ) |
Definition at line 69 of file PyAttributeAdder.cpp.
References CompuCell3D::PyCompuCellObjAdapter::registerPyObject().
| void CompuCell3D::PyAttributeAdder::registerRefChecker | ( | PyObject * | _refChecker | ) | [inline] |
| void CompuCell3D::PyAttributeAdder::registerDestroyer | ( | PyObject * | _destroyer | ) | [inline] |
1.5.6