59 DCOUT_V(
'P',
"DDLLogicalPart::processElement started");
82 if (atts.find(
"category") != atts.end())
83 cat =
catMap_[atts.find(
"category")->second];
96 DCOUT_V(
'P',
"DDLLogicalPart::processElement completed");
~DDLLogicalPart(void)
Destructor.
DDLElementRegistry * myRegistry_
DDMaterial is used to define and access material information.
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.
DDXMLElement * getElement(const std::string &name)
THE most important part. Getting the pointer to a given element type.
void preProcessElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Called by loadAttributes AFTER attributes are loaded.
A DDLogicalPart aggregates information concerning material, solid and sensitveness ...
void processElement(const std::string &name, const std::string &nmspace, DDCompactView &cpv)
Processing the element.
#define DCOUT_V(M_v_Y, M_v_S)
This is a base class for processing XML elements in the DDD.
std::map< std::string, DDEnums::Category > catMap_
The main class for processing parsed elements.
virtual void clear(void)
clear this element's contents.
virtual const DDName getDDName(const std::string &defaultNS, const std::string &attname=std::string("name"), size_t aIndex=0)
DDLLogicalPart(DDLElementRegistry *myreg)
Constructor.