Mantid
|
#include "MantidGeometry/Crystal/IPeak.h"
#include "MantidKernel/SpecialCoordinateSystem.h"
#include "MantidKernel/V3D.h"
#include <boost/regex.hpp>
#include <memory>
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::PeakTransform |
Used to remap coordinates into a form consistent with an axis reordering. More... | |
class | Mantid::Geometry::PeakTransformException |
Exceptions occuring when PeakTransformations cannot be formed. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
Typedefs | |
using | Mantid::Geometry::PeakTransform_const_sptr = std::shared_ptr< const PeakTransform > |
using | Mantid::Geometry::PeakTransform_sptr = std::shared_ptr< PeakTransform > |
Typedef for a PeakTransform wrapped in a shared_pointer. More... | |