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

Public Member Functions | |
| NeuronIDArchiveStatistic (unsigned int *fNeurCount, unsigned int *fNeurTotal, unsigned int neurID) | |
| void | recalculate () |
| QString | toQString () |
| ~NeuronIDArchiveStatistic () | |
Private Member Functions | |
| NeuronIDArchiveStatistic (const NeuronIDArchiveStatistic &) | |
| NeuronIDArchiveStatistic | operator= (const NeuronIDArchiveStatistic &) |
Private Attributes | |
| unsigned int | neuronID |
Definition at line 242 of file ArchiveStatistic.h.
|
||||||||||||||||
|
Constructor. Definition at line 285 of file ArchiveStatistic.cpp. References neuronID. |
|
|
Destructor. Definition at line 291 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 to see if the neuron ID is present. Reimplemented from ArchiveStatistic. Definition at line 299 of file ArchiveStatistic.cpp. References ArchiveStatistic::firingNeuronCount, ArchiveStatistic::firingNeuronTotal, neuronID, and ArchiveStatistic::neuronIDHashMap. |
|
|
Outputs a string that would have been used to create this class. Implements ArchiveStatistic. Definition at line 311 of file ArchiveStatistic.cpp. References neuronID. |
|
|
The neuron id. Definition at line 254 of file ArchiveStatistic.h. Referenced by NeuronIDArchiveStatistic(), recalculate(), and toQString(). |
1.4.4