Moogli
|
Public Member Functions | |
Network (const char *id) | |
const char * | get_id () |
void | hide () |
void | show () |
bool | is_visible () |
unsigned int | size () |
unsigned int | add_neuron (Neuron *neuron) |
unsigned int | remove_neuron (Neuron *neuron) |
Neuron * | get_neuron (const char *id) |
bool | set_colors (PyObject *colors) |
Public Attributes | |
string | id |
osg::ref_ptr < osg::MatrixTransform > | node |
std::vector< Neuron * > | neuron_seq |
std::unordered_map< string, Neuron * > | neuron_map |
Definition at line 8 of file Network.hpp.