Inheritance diagram for cmdLineFloatArray:
Public Member Functions | |
int | read (char **argv, int argc) |
Public Attributes | |
int | count |
float * | value |
|
This method attempts to read in the parameter from the command line. Reimplemented from cmdLineReadable. |
|
The number of floating point numbers read in |
|
The values of the floating point numbers |