#include <DoubleArrayParam.h>
Inheritance diagram for Parameters::DoubleArrayParam:
Public Member Functions | |
DoubleArrayParam () | |
DoubleArrayParam (const vector< double > &vals, const string &nameVal, auto_ptr< string > unitsVal) | |
virtual | ~DoubleArrayParam () |
vector< double > | getValues () |
virtual string | getType () |
Protected Member Functions | |
virtual string | valueToString () |
Private Attributes | |
vector< double > | values_m |
|
Constructor |
|
Constructor |
|
Destructor |
|
Implements Parameters::Param.
|
|
|
|
Used to create the value portion of the toString (XML) string. Different concrete implementations may do this differently, but they will all have such a method. Implements Parameters::Param.
|
|
|