Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

NeuronIDArchiveStatistic Class Reference

#include <ArchiveStatistic.h>

Inheritance diagram for NeuronIDArchiveStatistic:

ArchiveStatistic List of all members.

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

Detailed Description

Totals up the number of times that a single neuron id occurs.

Definition at line 242 of file ArchiveStatistic.h.


Constructor & Destructor Documentation

NeuronIDArchiveStatistic::NeuronIDArchiveStatistic unsigned int *  fNeurCount,
unsigned int *  fNeurTotal,
unsigned int  neurID
 

Constructor.

Definition at line 285 of file ArchiveStatistic.cpp.

References neuronID.

NeuronIDArchiveStatistic::~NeuronIDArchiveStatistic  ) 
 

Destructor.

Definition at line 291 of file ArchiveStatistic.cpp.

NeuronIDArchiveStatistic::NeuronIDArchiveStatistic const NeuronIDArchiveStatistic  )  [private]
 

Declare copy constructor private so it cannot be used inadvertently.


Member Function Documentation

NeuronIDArchiveStatistic NeuronIDArchiveStatistic::operator= const NeuronIDArchiveStatistic  )  [private]
 

Declare assignment private so it cannot be used inadvertently.

void NeuronIDArchiveStatistic::recalculate  )  [virtual]
 

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.

QString NeuronIDArchiveStatistic::toQString  )  [virtual]
 

Outputs a string that would have been used to create this class.

Implements ArchiveStatistic.

Definition at line 311 of file ArchiveStatistic.cpp.

References neuronID.


Member Data Documentation

unsigned int NeuronIDArchiveStatistic::neuronID [private]
 

The neuron id.

Definition at line 254 of file ArchiveStatistic.h.

Referenced by NeuronIDArchiveStatistic(), recalculate(), and toQString().


The documentation for this class was generated from the following files:
Generated on Mon Sep 3 22:29:05 2007 for SpikeStream Application by  doxygen 1.4.4