Mantid
|
#include "MantidGeometry/DllConfig.h"
#include "MantidGeometry/IComponent.h"
#include "MantidGeometry/IDTypes.h"
#include "MantidGeometry/IObjComponent.h"
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::IDetector |
Interface class for detector objects. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Geometry |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Geometry::IDetector_const_sptr = std::shared_ptr< const Mantid::Geometry::IDetector > |
Shared pointer to IDetector (const version) More... | |
using | Mantid::Geometry::IDetector_sptr = std::shared_ptr< Mantid::Geometry::IDetector > |
Shared pointer to IDetector. More... | |
Enumerations | |
enum | Mantid::Geometry::det_topology { Mantid::Geometry::rect , Mantid::Geometry::cyl , Mantid::Geometry::undef } |
Describes the topology of a detectors group used to calculate angular position and angular measures for detectors. More... | |