#include "DBInterface.h"#include "NeuronGroupHolder.h"#include "ConnectionGroupHolder.h"#include "SpikeStreamApplication.h"#include <qaccel.h>#include <qgl.h>#include <qsplashscreen.h>#include <qprogressbar.h>#include <qprogressdialog.h>#include <qevent.h>#include <qtimer.h>#include <vector>#include <map>#include <google/dense_hash_map>Go to the source code of this file.
Classes | |
| class | NetworkViewer |
| struct | RGBColor |
Typedefs | |
| typedef map< RGBColor *, bool > | HighlightColorMap |
| typedef dense_hash_map< unsigned int, RGBColor * > | HighlightNeuronMap |
|
|
The type of the map used to store the color of highlighted neurons. Definition at line 63 of file NetworkViewer.h. |
|
|
The type of the map used to store highlighted neurons. Definition at line 60 of file NetworkViewer.h. |
1.4.4