#include <ParameterPreprocessor.h>
Public Member Functions | |
virtual int | processInt (const string &name) const throw (IllegalArgumentException&) |
Calculates an integer parameter. | |
virtual GReal_t | processReal (const string &name) const throw (IllegalArgumentException&) |
Calculates a real parameter. | |
virtual ParameterPreprocessor * | clonePreprocessor () const =0 |
Clones the object. | |
int | getInt (const string &name) const throw (IllegalArgumentException&) |
Gets an integer value. | |
GReal_t | getReal (const string &name) const throw (IllegalArgumentException&) |
Gets a real value. | |
Protected Member Functions | |
void | store (const string &name, int v) |
Stores an integer value. | |
void | store (const string &name, GReal_t v) |
Stores a real value. |
virtual int gridripper::util::ParameterPreprocessor::processInt | ( | const string & | name | ) | const throw (IllegalArgumentException&) [virtual] |
Calculates an integer parameter.
name | the parameter name |
virtual GReal_t gridripper::util::ParameterPreprocessor::processReal | ( | const string & | name | ) | const throw (IllegalArgumentException&) [virtual] |
Calculates a real parameter.
name | the parameter name |
virtual ParameterPreprocessor* gridripper::util::ParameterPreprocessor::clonePreprocessor | ( | ) | const [pure virtual] |
Clones the object.
int gridripper::util::ParameterPreprocessor::getInt | ( | const string & | name | ) | const throw (IllegalArgumentException&) |
Gets an integer value.
name | the parameter name |
GReal_t gridripper::util::ParameterPreprocessor::getReal | ( | const string & | name | ) | const throw (IllegalArgumentException&) |
Gets a real value.
name | the parameter name |
void gridripper::util::ParameterPreprocessor::store | ( | const string & | name, | |
int | v | |||
) | [protected] |
Stores an integer value.
name | the parameter name | |
v | the value |
void gridripper::util::ParameterPreprocessor::store | ( | const string & | name, | |
GReal_t | v | |||
) | [protected] |
Stores a real value.
name | the parameter name | |
v | the value |