33 DCOUT_V(
'P',
"DDLPseudoTrap::processElement started");
39 ev.
eval(nmspace, atts.find(
"dx1")->second),
40 ev.
eval(nmspace, atts.find(
"dx2")->second),
41 ev.
eval(nmspace, atts.find(
"dy1")->second),
42 ev.
eval(nmspace, atts.find(
"dy2")->second),
43 ev.
eval(nmspace, atts.find(
"dz")->second),
44 ev.
eval(nmspace, atts.find(
"radius")->second),
45 (atts.find(
"atMinusZ")->second ==
"true") ?
true :
false );
49 DCOUT_V(
'P',
"DDLPseudoTrap::processElement completed");
static DDSolid pseudoTrap(const DDName &name, double pDx1, double pDx2, double pDy1, double pDy2, double pDz, double radius, bool atMinusZ)
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
type of data representation of DDCompactView
std::map< std::string, std::string > DDXMLAttribute
A DDSolid represents the shape of a part.
~DDLPseudoTrap(void)
Destructor.
static value_type & instance()
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
Interface of an Expression Evaluator.
#define DCOUT_V(M_v_Y, M_v_S)
DDLPseudoTrap(DDLElementRegistry *myreg)
Constructor.
DDLSolid processes Box elements.
virtual double eval(const std::string &ns, const std::string &expr)=0
evaluate an expression expr inside the local namespace
The main class for processing parsed elements.
virtual const DDName getDDName(const std::string &defaultNS, const std::string &attname=std::string("name"), size_t aIndex=0)
void setReference(const std::string &nmspace, DDCompactView &cpv)