33 DCOUT_V(
'P',
"DDLSphere::processElement started");
37 ev.
eval(nmspace, atts.find(
"innerRadius")->second),
38 ev.
eval(nmspace, atts.find(
"outerRadius")->second),
39 ev.
eval(nmspace, atts.find(
"startPhi")->second),
40 ev.
eval(nmspace, atts.find(
"deltaPhi")->second),
41 ev.
eval(nmspace, atts.find(
"startTheta")->second),
42 ev.
eval(nmspace, atts.find(
"deltaTheta")->second ));
46 DCOUT_V(
'P',
"DDLSphere::processElement completed");
DDLElementRegistry * myRegistry_
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.
ClhepEvaluator & evaluator()
DDLSphere(DDLElementRegistry *myreg)
Constructor.
static DDSolid sphere(const DDName &name, double innerRadius, double outerRadius, double startPhi, double deltaPhi, double startTheta, double deltaTheta)
#define DCOUT_V(M_v_Y, M_v_S)
DDLSolid processes Box elements.
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 processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
void setReference(const std::string &nmspace, DDCompactView &cpv)
~DDLSphere(void)
Destructor.