CMS 3D CMS Logo

Public Member Functions

MapMakeDouble Class Reference

#include <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 37 of file DDLMap.h.


Constructor & Destructor Documentation

MapMakeDouble::MapMakeDouble ( ) [inline]

Definition at line 39 of file DDLMap.h.

{ };
MapMakeDouble::~MapMakeDouble ( ) [inline]

Definition at line 40 of file DDLMap.h.

{ };

Member Function Documentation

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

Definition at line 69 of file DDLMap.cc.

References DDLMap::do_makeDouble(), and instance.

{
  DDLMap* myDDLMap = dynamic_cast < DDLMap* > (DDLGlobalRegistry::instance().getElement("Map"));
  myDDLMap->do_makeDouble(str, end);
}