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

Public Member Functions | |
| AndArchiveStatistic (unsigned int *fNeurCount, unsigned int *fNeurTotal, unsigned int fNeurID, unsigned int sNeurID) | |
| void | recalculate () |
| QString | toQString () |
| ~AndArchiveStatistic () | |
Private Member Functions | |
| AndArchiveStatistic (const AndArchiveStatistic &) | |
| AndArchiveStatistic | operator= (const AndArchiveStatistic &) |
Private Attributes | |
| unsigned int | firstNeuronID |
| unsigned int | secondNeuronID |
Definition at line 178 of file ArchiveStatistic.h.
|
||||||||||||||||||||
|
Constructor. Definition at line 205 of file ArchiveStatistic.cpp. References firstNeuronID, and secondNeuronID. |
|
|
Destructor. Definition at line 212 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 both neuron IDs are present. Reimplemented from ArchiveStatistic. Definition at line 220 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 232 of file ArchiveStatistic.cpp. References firstNeuronID, and secondNeuronID. |
|
|
The first neuron id. Definition at line 190 of file ArchiveStatistic.h. Referenced by AndArchiveStatistic(), recalculate(), and toQString(). |
|
|
The second neuron id. Definition at line 193 of file ArchiveStatistic.h. Referenced by AndArchiveStatistic(), recalculate(), and toQString(). |
1.4.4