|
|
| ParameterArray (int initialSize) |
| |
|
virtual | ~ParameterArray () |
| |
|
int | setName (const char *name) |
| |
|
int | pushValue (double value) |
| |
|
ParameterArray * | copyParameterArray () |
| |
|
|
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 () |
| |
|
|
int | arraySize |
| |
|
int | bufferSize |
| |
|
bool | hasBeenReadFlag |
| |
|
char * | paramName |
| |
|
bool | paramNameSet |
| |
|
float * | values |
| |
|
double * | valuesDbl |
| |
Definition at line 62 of file PVParams.hpp.
The documentation for this class was generated from the following files: