10#include "MantidDataObjects/DllConfig.h"
15namespace DataObjects {
27 std::string
getName()
const override;
28 bool isValid()
const override;
29 std::string toXMLString()
const override;
std::string getName(const IMDDimension &self)
Abstract parameter type for use with IImplicitFunctions.
Type to wrap an affine matrix and allow serialization via xml.
coord_t ** m_rawMatrix
Raw matrix used for speed (array of pointers to columns).
coord_t * m_rawMem
pointer to large memory block (matrix)
AffineMatrixType m_affineMatrix
Affine matrix.
static std::string parameterName()
Gets the type parameter name.
Helper class which provides the Collimation Length for SANS instruments.
float coord_t
Typedef for the data type to use for coordinate axes in MD objects such as MDBox, MDEventWorkspace,...