|
PetaVision
Alpha
|
| Parameter (const char *name, double value) | |
| virtual | ~Parameter () |
Public Member Functions | |
| void | clearHasBeenRead () |
| Parameter * | copyParameter () |
| bool | hasBeenRead () |
| const char * | name () |
| void | setValue (double v) |
| double | value () |
| const double * | valueDblPtr () |
| const float * | valuePtr () |
Private Attributes | |
| bool | hasBeenReadFlag |
| double | paramDblValue |
| char * | paramName |
| float | paramValue |
Definition at line 29 of file PVParams.hpp.