4 #include "utility/libraries.hpp"
5 #include "utility/constants.hpp"
6 #include "core/Neuron.hpp"
12 osg::ref_ptr<osg::MatrixTransform> node;
13 std::vector<Neuron *> neuron_seq;
14 std::unordered_map<string, Neuron *> neuron_map;
16 Network(
const char *
id);
36 add_neuron(Neuron * neuron);
39 remove_neuron(Neuron * neuron);
42 get_neuron(
const char *
id);
45 set_colors(PyObject * colors);