|
Parameters::DoubleArrayParamDef − |
|
#include <DoubleArrayParamDef.h> Inherits Parameters::ParamDef. |
|
Public Member Functions |
|
DoubleArrayParamDef () |
|
DoubleArrayParamDef (const string ¶mName, const string &helpText, const string &promptText, bool requiredBoolVal, auto_ptr< string > unitsText, auto_ptr< int > maxLen, auto_ptr< vector< double > > defaultVals) |
|
virtual ~DoubleArrayParamDef () |
|
auto_ptr< string > getUnits () |
|
auto_ptr< int > getMaxLen () |
|
auto_ptr< vector< double > > getDefaultValues () |
|
bool getHasUnits () |
|
bool getHasMaxLen () |
|
bool getHasDefaultValues () |
|
Private Attributes |
|
vector< double > defaultValues_m |
|
int maxLen_m |
|
string units_m |
|
bool hasDefaultValues_m |
|
bool hasMaxLen_m |
|
bool hasUnits_m |
|
DoubleArrayParamDef class used to support OFFLINE tasks |
|
Parameters::DoubleArrayParamDef::DoubleArrayParamDef () Constructor |
|
Parameters::DoubleArrayParamDef::DoubleArrayParamDef (const string & paramName, const string & helpText, const string & promptText, bool requiredBoolVal, auto_ptr< string > unitsText, auto_ptr< int > maxLen, auto_ptr< vector< double > > defaultVals) Constructor. |
|
virtual Parameters::DoubleArrayParamDef::~DoubleArrayParamDef () [virtual] Destructor |
|
auto_ptr< vector<double> > Parameters::DoubleArrayParamDef::getDefaultValues () |
|
bool Parameters::DoubleArrayParamDef::getHasDefaultValues () |
|
bool Parameters::DoubleArrayParamDef::getHasMaxLen () |
|
bool Parameters::DoubleArrayParamDef::getHasUnits () |
|
auto_ptr<int> Parameters::DoubleArrayParamDef::getMaxLen () |
|
auto_ptr<string> Parameters::DoubleArrayParamDef::getUnits () |
|
vector<double> Parameters::DoubleArrayParamDef::defaultValues_m [private] |
|
bool Parameters::DoubleArrayParamDef::hasDefaultValues_m [private] |
|
bool Parameters::DoubleArrayParamDef::hasMaxLen_m [private] |
|
bool Parameters::DoubleArrayParamDef::hasUnits_m [private] |
|
int Parameters::DoubleArrayParamDef::maxLen_m [private] |
|
string Parameters::DoubleArrayParamDef::units_m [private] |
|
Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code. |