#include <DetectorDescription/Parser/src/DDLMap.h>
Public Member Functions | |
MapMakeDouble () | |
void | operator() (char const *str, char const *end) const |
~MapMakeDouble () |
Definition at line 38 of file DDLMap.h.
void MapMakeDouble::operator() | ( | char const * | str, | |
char const * | end | |||
) | const |
Definition at line 81 of file DDLMap.cc.
References DDLMap::do_makeDouble(), DDLElementRegistry::getElement(), and DDLElementRegistry::instance().
00082 { 00083 DDLMap* myDDLMap = dynamic_cast < DDLMap* > (DDLElementRegistry::instance()->getElement("Map")); 00084 myDDLMap->do_makeDouble(str, end); 00085 }