33 DCOUT_V(
'P',
"DDLParallelepiped::processElement started");
37 ev.
eval(nmspace, atts.find(
"xHalf")->second),
38 ev.
eval(nmspace, atts.find(
"yHalf")->second),
39 ev.
eval(nmspace, atts.find(
"zHalf")->second),
40 ev.
eval(nmspace, atts.find(
"alpha")->second),
41 ev.
eval(nmspace, atts.find(
"theta")->second),
42 ev.
eval(nmspace, atts.find(
"phi")->second));
45 DCOUT_V(
'P',
"DDLParallelepiped::processElement completed");
DDLElementRegistry * myRegistry_
static DDSolid parallelepiped(const DDName &name, double xHalf, double yHalf, double zHalf, double alpha, double theta, double phi)
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
~DDLParallelepiped(void)
Destructor.
type of data representation of DDCompactView
std::map< std::string, std::string > DDXMLAttribute
A DDSolid represents the shape of a part.
ClhepEvaluator & evaluator()
#define DCOUT_V(M_v_Y, M_v_S)
DDLSolid processes Box elements.
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
DDLParallelepiped(DDLElementRegistry *myreg)
Constructor.
double eval(const std::string &ns, const std::string &expr)
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)