Mantid
Loading...
Searching...
No Matches
Functions
Mantid::Geometry::GroupFactory Namespace Reference

Functions

template<typename T >
Group_const_sptr create (const std::string &initializationString)
 Creates a Group sub-class of type T if T has a constructor that takes a string. More...
 
template<typename T >
Group_const_sptr create (const std::vector< SymmetryOperation > &symmetryOperations)
 Creates a Group sub-class of type T if T has a constructor that takes a vector of SymmetryOperations. More...
 

Function Documentation

◆ create() [1/2]

template<typename T >
Group_const_sptr Mantid::Geometry::GroupFactory::create ( const std::string &  initializationString)

Creates a Group sub-class of type T if T has a constructor that takes a string.

Definition at line 184 of file Group.h.

References Mantid::DataObjects::create().

◆ create() [2/2]

template<typename T >
Group_const_sptr Mantid::Geometry::GroupFactory::create ( const std::vector< SymmetryOperation > &  symmetryOperations)

Creates a Group sub-class of type T if T has a constructor that takes a vector of SymmetryOperations.

Definition at line 190 of file Group.h.

References Mantid::DataObjects::create().