CMS 3D CMS Logo

MapMakeDouble Class Reference

#include <DetectorDescription/Parser/src/DDLMap.h>

List of all members.

Public Member Functions

 MapMakeDouble ()
void operator() (char const *str, char const *end) const
 ~MapMakeDouble ()


Detailed Description

Definition at line 38 of file DDLMap.h.


Constructor & Destructor Documentation

MapMakeDouble::MapMakeDouble (  )  [inline]

Definition at line 40 of file DDLMap.h.

00040 { };

MapMakeDouble::~MapMakeDouble (  )  [inline]

Definition at line 41 of file DDLMap.h.

00041 { };


Member Function Documentation

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 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:27:58 2009 for CMSSW by  doxygen 1.5.4