#include <memory>
#include <string>
#include <vector>
#include "MantidAPI/DllConfig.h"
Go to the source code of this file.
|
| namespace | Mantid |
| | Helper class which provides the Collimation Length for SANS instruments.
|
| |
| namespace | Mantid::API |
| |
◆ DECLARE_TRANSFORMSCALE
| #define DECLARE_TRANSFORMSCALE |
( |
|
classname | ) |
|
Value: namespace { \
((Mantid::API::TransformScaleFactory::Instance().subscribe<classname>(#classname)), 0)); \
}
This class is simply used in the subscription of classes into the various factories in Mantid.
Definition at line 46 of file ITransformScale.h.