#include <ClhepEvaluator.h>
Public Member Functions | |
void | clear () |
ClhepEvaluator () | |
double | eval (const std::string &ns, const std::string &expr) |
double | eval (const char *expression) |
evaluations using directly the CLHEP-evaluator More... | |
bool | isDefined (const std::string &ns, const std::string &name) |
void | set (const std::string &ns, const std::string &name, const std::string &exprValue) |
void | set (const std::string &name, const std::string &value) |
filling the clhep-implementation of the dictionary More... | |
const std::vector< std::string > & | values () const |
const std::vector< std::string > & | variables () const |
access to the clhep-implementation of the dictionary variables More... | |
~ClhepEvaluator () | |
Private Member Functions | |
void | checkname (const std::string &name) const |
void | prepare (const std::string &ns, const std::string &name, const std::string &exprValue, std::string &nameResult, std::string &valResult) const |
void | throwex (const std::string &ns, const std::string &name, const std::string &expr, const std::string &reason, int idx=0) const |
Private Attributes | |
HepTool::Evaluator | evaluator_ |
std::vector< std::string > | values_ |
std::vector< std::string > | variables_ |
Definition at line 10 of file ClhepEvaluator.h.
ClhepEvaluator::ClhepEvaluator | ( | ) |
Definition at line 5 of file ClhepEvaluator.cc.
ClhepEvaluator::~ClhepEvaluator | ( | ) |
Definition at line 21 of file ClhepEvaluator.cc.
|
private |
Definition at line 269 of file ClhepEvaluator.cc.
void ClhepEvaluator::clear | ( | void | ) |
Definition at line 140 of file ClhepEvaluator.cc.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), and Vispa.Views.WidgetView.WidgetView::setDataObjects().
double ClhepEvaluator::eval | ( | const std::string & | ns, |
const std::string & | expr | ||
) |
Definition at line 92 of file ClhepEvaluator.cc.
Referenced by DDLMap::do_makeDouble(), DDLTubs::processElement(), DDLTorus::processElement(), DDLTrapezoid::processElement(), DDLPseudoTrap::processElement(), DDLSphere::processElement(), DDLEllipticalTube::processElement(), DDLCone::processElement(), DDLBox::processElement(), DDLAlgorithm::processElement(), DDLOrb::processElement(), DDLParallelepiped::processElement(), DDLEllipsoid::processElement(), DDLElementaryMaterial::processElement(), DDLPolyGenerator::processElement(), DDLNumeric::processElement(), DDLCompositeMaterial::processElement(), DDLMap::processElement(), and DDLRotationByAxis::processOne().
double ClhepEvaluator::eval | ( | const char * | expression | ) |
evaluations using directly the CLHEP-evaluator
expression must be an expression compatible with the CLHEP-Evaluator syntax
Definition at line 115 of file ClhepEvaluator.cc.
bool ClhepEvaluator::isDefined | ( | const std::string & | ns, |
const std::string & | name | ||
) |
Definition at line 129 of file ClhepEvaluator.cc.
|
private |
Definition at line 151 of file ClhepEvaluator.cc.
void ClhepEvaluator::set | ( | const std::string & | ns, |
const std::string & | name, | ||
const std::string & | exprValue | ||
) |
Definition at line 42 of file ClhepEvaluator.cc.
Referenced by DDLSAX2ExpressionHandler::startElement().
void ClhepEvaluator::set | ( | const std::string & | name, |
const std::string & | value | ||
) |
filling the clhep-implementation of the dictionary
Definition at line 71 of file ClhepEvaluator.cc.
|
private |
Definition at line 255 of file ClhepEvaluator.cc.
|
inline |
|
inline |
access to the clhep-implementation of the dictionary variables
Definition at line 26 of file ClhepEvaluator.h.
References variables_.
|
private |
Definition at line 53 of file ClhepEvaluator.h.
|
private |
Definition at line 55 of file ClhepEvaluator.h.
Referenced by values().
|
private |
Definition at line 54 of file ClhepEvaluator.h.
Referenced by variables().