|
Mantid
|
#include "MantidGeometry/MDGeometry/IMDDimension.h"Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Geometry |
| namespace | Poco |
| namespace | Poco::XML |
Functions | |
| MANTID_GEOMETRY_DLL IMDDimension_sptr | Mantid::Geometry::createDimension (const Poco::XML::Element &dimensionXML) |
| Create a dimension from the provided XML element. More... | |
| MANTID_GEOMETRY_DLL IMDDimension_sptr | Mantid::Geometry::createDimension (const std::string &dimensionXMLString) |
| Creates IMDDimension objects based on input XML. More... | |
| MANTID_GEOMETRY_DLL IMDDimension_sptr | Mantid::Geometry::createDimension (const std::string &dimensionXMLString, int nBins, coord_t min, coord_t max) |
| Create a dimension object from the provided XML string, overriding certain attributes. More... | |