CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
VectorMakeDouble Class Reference

Public Member Functions

void operator() (char const *str, char const *end) const
 
 VectorMakeDouble ()
 

Private Attributes

std::shared_ptr< DDLVectorddlVector_
 

Detailed Description

Definition at line 21 of file DDLVector.cc.

Constructor & Destructor Documentation

VectorMakeDouble::VectorMakeDouble ( )
inline

Definition at line 29 of file DDLVector.cc.

References DDI::Singleton< I >::instance().

29  {
30  ddlVector_ = std::static_pointer_cast<DDLVector>(DDLGlobalRegistry::instance().getElement("Vector"));
31  }
DDLVector handles Rotation and ReflectionRotation elements.
Definition: DDLVector.h:31
static value_type & instance()
std::shared_ptr< DDLVector > ddlVector_
Definition: DDLVector.cc:33

Member Function Documentation

void VectorMakeDouble::operator() ( char const *  str,
char const *  end 
) const
inline

Definition at line 24 of file DDLVector.cc.

25  {
26  ddlVector_->do_makeDouble(str, end);
27  }
#define end
Definition: vmac.h:37
std::shared_ptr< DDLVector > ddlVector_
Definition: DDLVector.cc:33

Member Data Documentation

std::shared_ptr<DDLVector> VectorMakeDouble::ddlVector_
private

Definition at line 33 of file DDLVector.cc.