|
ATLAS Offline Software
|
Go to the documentation of this file.
15 using namespace xercesc;
31 std::vector<GeoTrf::Vector3D>
points;
41 (
c.GetHandlerStore().GetHandler(
"snake_point"));
42 if (!pointHand) std::abort();
45 for (child=
t->getFirstChild();child!=0;child=child->getNextSibling())
47 if (child->getNodeType()==DOMNode::ELEMENT_NODE) {
54 for (
int i=0;
i<nPoints;
i++)
double getAttributeAsDouble(AGDDController &c, const xercesc::DOMNode *t, const std::string &) const
snakeHandler(const std::string &, AGDDController &c)
virtual void ElementHandle(AGDDController &c, xercesc::DOMNode *t) override
void SetMaterial(const std::string &n)
void SetPoint(const GeoTrf::Vector3D &p)
std::pair< std::vector< unsigned int >, bool > res
GeoTrf::Vector3D CurrentPoint()
std::string getAttributeAsString(AGDDController &c, const xercesc::DOMNode *t, const std::string &) const
void SetColor(const std::string &c)