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

Public Member Functions | |
| RangeArchiveStatistic (unsigned int *fNeurCount, unsigned int *fNeurTotal, unsigned int rLow, unsigned int rHigh) | |
| void | recalculate () |
| QString | toQString () |
| ~RangeArchiveStatistic () | |
Private Member Functions | |
| RangeArchiveStatistic | operator= (const RangeArchiveStatistic &) |
| RangeArchiveStatistic (const RangeArchiveStatistic &) | |
Private Attributes | |
| unsigned int | rangeHigh |
| unsigned int | rangeLow |
Definition at line 146 of file ArchiveStatistic.h.
|
||||||||||||||||||||
|
Constructor. Definition at line 163 of file ArchiveStatistic.cpp. |
|
|
Destructor. Definition at line 170 of file ArchiveStatistic.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
|
Examines the hash map for neuron ids that are in range. Reimplemented from ArchiveStatistic. Definition at line 178 of file ArchiveStatistic.cpp. References ArchiveStatistic::firingNeuronCount, ArchiveStatistic::firingNeuronTotal, ArchiveStatistic::neuronIDHashMap, rangeHigh, and rangeLow. |
|
|
Outputs a string that would have been used to create this class. Implements ArchiveStatistic. Definition at line 192 of file ArchiveStatistic.cpp. |
|
|
The high point of the range. Definition at line 161 of file ArchiveStatistic.h. Referenced by RangeArchiveStatistic(), recalculate(), and toQString(). |
|
|
The low point of the range. Definition at line 158 of file ArchiveStatistic.h. Referenced by RangeArchiveStatistic(), recalculate(), and toQString(). |
1.4.4