|
ATLAS Offline Software
|
Go to the documentation of this file.
13 using namespace xercesc;
33 std::vector<TwoPoint>
points;
37 (
c.GetHandlerStore().GetHandler(
"gvxy_point"));
38 if (!pointHand) std::abort();
42 for (child=
t->getFirstChild();child!=0;child=child->getNextSibling())
44 if (child->getNodeType()==DOMNode::ELEMENT_NODE) {
52 for (
int i=0;
i<nPoints;
i++)
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
gvxyHandler(const std::string &, AGDDController &c)
double getAttributeAsDouble(AGDDController &c, const xercesc::DOMNode *t, const std::string &) const
void SetMaterial(const std::string &n)
std::pair< std::vector< unsigned int >, bool > res
std::string getAttributeAsString(AGDDController &c, const xercesc::DOMNode *t, const std::string &) const
TwoPoint CurrentTwoPoint()
void SetPoint(TwoPoint p)
void SetColor(const std::string &c)