3 #include "utility/libraries.hpp"
4 #include "utility/constants.hpp"
12 Compartment * compartment;
13 osg::ref_ptr<osg::Geometry> node;
15 Voxel(
const char *
id);
23 set_compartment(Compartment * compartment);
38 set_geometry( PyObject * distal
39 , PyObject * proximal = Py_None
40 , PyObject * parent = Py_None
44 set_color(PyObject * color);