Mantid
Loading...
Searching...
No Matches
Namespaces | Functions
IMDDimensionFactory.cpp File Reference
#include "MantidGeometry/MDGeometry/IMDDimensionFactory.h"
#include "MantidGeometry/MDGeometry/MDFrameFactory.h"
#include "MantidGeometry/MDGeometry/MDHistoDimension.h"
#include <Poco/AutoPtr.h>
#include <Poco/DOM/DOMParser.h>
#include <Poco/DOM/Document.h>
#include <Poco/DOM/Element.h>
#include <Poco/DOM/NamedNodeMap.h>
#include <Poco/NumberParser.h>
#include <Poco/XML/XMLException.h>
#include <memory>

Go to the source code of this file.

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::Geometry
 

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...