Mantid
|
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... | |
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().
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().