SpikeStream Library
0.2
|
#include "Box.h"
#include "NeuronGroupInfo.h"
#include "Neuron.h"
#include <stdint.h>
#include <QMap>
Go to the source code of this file.
Classes | |
class | spikestream::NeuronGroup |
Typedefs | |
typedef QHash< unsigned int, Neuron * > | NeuronMap |
typedef QMap< uint64_t, Neuron * > ::iterator | NeuronPositionIterator |
typedef NeuronMap::iterator | NeuronIterator |
typedef NeuronMap::iterator NeuronIterator |
An iterator for working through all of the neurons in the group.
Definition at line 21 of file NeuronGroup.h.
Structure holding pointers to neurons.
Definition at line 15 of file NeuronGroup.h.
typedef QMap<uint64_t, Neuron*>::iterator NeuronPositionIterator |
Iterator over positions in the group
Definition at line 18 of file NeuronGroup.h.