Go to the source code of this file.
◆ DECLARE_MD_TRANSF
#define DECLARE_MD_TRANSF |
( |
|
classname | ) |
|
Value: namespace { \
} \
const std::string Mantid::MDAlgorithms::classname::transfID() const { return #classname; }
This class is simply used in the subscription of classes into the various factories in Mantid.
static T & Instance()
Return a reference to the Singleton instance, creating it if it does not already exist Creation is do...
Definition at line 23 of file MDTransfFactory.h.
◆ DECLARE_MD_TRANSFID
#define DECLARE_MD_TRANSFID |
( |
|
classname, |
|
|
|
regID |
|
) |
| |
Value: namespace { \
Mantid::Kernel::RegistrationHelper \
} \
const std::string Mantid::MDAlgorithms::classname::transfID() const { return #regID; }
Definition at line 30 of file MDTransfFactory.h.