#include <ArchiveStatistic.h>
Inheritance diagram for NeuronGrpArchiveStatistic:

Public Member Functions | |
| unsigned int | getNeuronGrpID () |
| NeuronGrpArchiveStatistic (unsigned int *fNeurCount, unsigned int *fNeurTotal, unsigned int nGrpID) | |
| void | recalculateNeuronGrp () |
| QString | toQString () |
| ~NeuronGrpArchiveStatistic () | |
Private Member Functions | |
| NeuronGrpArchiveStatistic (const NeuronGrpArchiveStatistic &) | |
| NeuronGrpArchiveStatistic | operator= (const NeuronGrpArchiveStatistic &) |
Private Attributes | |
| unsigned int | neuronGrpID |
Definition at line 116 of file ArchiveStatistic.h.
|
||||||||||||||||
|
Constructor. Definition at line 118 of file ArchiveStatistic.cpp. References ArchiveStatistic::NEURON_GROUP, neuronGrpID, and ArchiveStatistic::type. |
|
|
Destructor. Definition at line 125 of file ArchiveStatistic.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Accessor for the neuron group id. Definition at line 133 of file ArchiveStatistic.cpp. References neuronGrpID. |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
|
Recalculates the statistics being gathered by this class. The neuron group handling should be carried out by the networkDataXmlHandler, so will assume that we don't need to check that neuron group id is in range. This method should be called for each neuron found in the neuron group. Reimplemented from ArchiveStatistic. Definition at line 142 of file ArchiveStatistic.cpp. References ArchiveStatistic::firingNeuronCount, and ArchiveStatistic::firingNeuronTotal. |
|
|
Outputs a string that would have been used to create this class. In this case, no string was used, so returns an error message. Implements ArchiveStatistic. Definition at line 154 of file ArchiveStatistic.cpp. |
|
|
The id of the neuron group that is being monitored. Definition at line 129 of file ArchiveStatistic.h. Referenced by getNeuronGrpID(), and NeuronGrpArchiveStatistic(). |
1.4.4