Moogli
 All Classes
Network Class Reference

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)
 
Neuronget_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
 

Detailed Description

Definition at line 8 of file Network.hpp.


The documentation for this class was generated from the following files: