#include <global_linear.h>
Public Member Functions | |
global_linear_Check () | |
~global_linear_Check () | |
Public Member Functions inherited from AlgoCheck | |
AlgoCheck () | |
the ctor of the derived class has to fill the members constraintsE_,S_ More... | |
bool | check (parS_type &ps, parE_type &pe, std::string &err) |
returns true if the check was successfull (parameters conform to XML specification) More... | |
virtual | ~AlgoCheck () |
Additional Inherited Members | |
Public Types inherited from AlgoCheck | |
typedef std::map< std::string, ConstraintE > | constraintsE_type |
typedef std::map< std::string, ConstraintS > | constraintsS_type |
Protected Member Functions inherited from AlgoCheck | |
bool | checkBounds (parE_type::iterator pit, constraintsE_type::iterator cit, std::string &err) |
bool | checkStrings (parS_type::iterator sit, constraintsS_type::iterator cit, std::string &err) |
Static Protected Member Functions inherited from AlgoCheck | |
static std::string | d2s (double x) |
ahh, converts a double into a std::string ... yet another one of this kind! More... | |
Protected Attributes inherited from AlgoCheck | |
constraintsE_type | constraintsE_ |
format: "ParameterName" -> ConstraintE More... | |
constraintsS_type | constraintsS_ |
format: "ParameterName" -> ConstraintS More... | |
Definition at line 99 of file global_linear.h.
global_linear_Check::global_linear_Check | ( | ) |
Definition at line 189 of file global_linear.cc.
References AlgoCheck::constraintsE_, and MAX_DOUBLE.
|
inline |
Definition at line 104 of file global_linear.h.