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

Public Member Functions | |
| OrArchiveStatistic (unsigned int *fNeurCount, unsigned int *fNeurTotal, unsigned int fNeurID, unsigned int sNeurID) | |
| void | recalculate () |
| QString | toQString () |
| ~OrArchiveStatistic () | |
Private Member Functions | |
| OrArchiveStatistic | operator= (const OrArchiveStatistic &) |
| OrArchiveStatistic (const OrArchiveStatistic &) | |
Private Attributes | |
| unsigned int | firstNeuronID |
| unsigned int | secondNeuronID |
Definition at line 211 of file ArchiveStatistic.h.
|
||||||||||||||||||||
|
Constructor. Definition at line 245 of file ArchiveStatistic.cpp. References firstNeuronID, and secondNeuronID. |
|
|
Destructor. Definition at line 252 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 first or second neuron IDs are present. Reimplemented from ArchiveStatistic. Definition at line 260 of file ArchiveStatistic.cpp. References ArchiveStatistic::firingNeuronCount, ArchiveStatistic::firingNeuronTotal, firstNeuronID, ArchiveStatistic::neuronIDHashMap, and secondNeuronID. |
|
|
Outputs a string that would have been used to create this class. Implements ArchiveStatistic. Definition at line 272 of file ArchiveStatistic.cpp. References firstNeuronID, and secondNeuronID. |
|
|
The first neuron id. Definition at line 223 of file ArchiveStatistic.h. Referenced by OrArchiveStatistic(), recalculate(), and toQString(). |
|
|
The second neuron id. Definition at line 226 of file ArchiveStatistic.h. Referenced by OrArchiveStatistic(), recalculate(), and toQString(). |
1.4.4