CMS 3D CMS Logo

DDLParallelepiped.cc
Go to the documentation of this file.
7 
8 #include <map>
9 #include <utility>
10 
11 class DDCompactView;
12 
14  : DDLSolid( myreg )
15 {}
16 
17 // Upon encountering the end of the Parallelepiped element, call DDCore.
18 void
20 {
24  ev.eval(nmspace, atts.find("xHalf")->second),
25  ev.eval(nmspace, atts.find("yHalf")->second),
26  ev.eval(nmspace, atts.find("zHalf")->second),
27  ev.eval(nmspace, atts.find("alpha")->second),
28  ev.eval(nmspace, atts.find("theta")->second),
29  ev.eval(nmspace, atts.find("phi")->second));
30  DDLSolid::setReference(nmspace, cpv);
31 }
DDLElementRegistry * myRegistry_
Definition: DDXMLElement.h:172
static DDSolid parallelepiped(const DDName &name, double xHalf, double yHalf, double zHalf, double alpha, double theta, double phi)
Definition: DDSolid.cc:1050
virtual const DDXMLAttribute & getAttributeSet(size_t aIndex=0) const
Get a "row" of attributes, i.e. one attribute set.
Definition: DDXMLElement.cc:72
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv) override
Processing the element.
bool ev
type of data representation of DDCompactView
Definition: DDCompactView.h:90
std::map< std::string, std::string > DDXMLAttribute
Definition: DDXMLElement.h:45
A DDSolid represents the shape of a part.
Definition: DDSolid.h:38
ClhepEvaluator & evaluator()
DDLSolid processes Box elements.
Definition: DDLSolid.h:30
DDLParallelepiped(DDLElementRegistry *myreg)
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)
Definition: DDXMLElement.cc:79
void setReference(const std::string &nmspace, DDCompactView &cpv)
Definition: DDLSolid.cc:16