PetaVision  Alpha
PV::ParameterArray Class Reference

 ParameterArray (int initialSize)
 
virtual ~ParameterArray ()
 
int setName (const char *name)
 
int pushValue (double value)
 
ParameterArraycopyParameterArray ()
 

Public Member Functions

void clearHasBeenRead ()
 
int getArraySize ()
 
const float * getValues (int *sz)
 
const double * getValuesDbl (int *sz)
 
bool hasBeenRead ()
 
const char * name ()
 
double peek (int index)
 
void resetArraySize ()
 

Private Attributes

int arraySize
 
int bufferSize
 
bool hasBeenReadFlag
 
char * paramName
 
bool paramNameSet
 
float * values
 
double * valuesDbl
 

Detailed Description

Definition at line 62 of file PVParams.hpp.


The documentation for this class was generated from the following files: