Mantid
|
#include "MantidBeamline/ComponentType.h"
#include "MantidGeometry/DllConfig.h"
#include "MantidGeometry/Instrument/ComponentInfoIterator.h"
#include "MantidGeometry/Objects/BoundingBox.h"
#include "MantidKernel/DateAndTime.h"
#include <memory>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::ComponentInfo |
ComponentInfo : Provides a component centric view on to the instrument. More... | |
struct | Mantid::Geometry::ComponentInfo::QuadrilateralComponent |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Beamline |
namespace | Mantid::Geometry |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Geometry::ComponentInfoConstIt = ComponentInfoIterator< const ComponentInfo > |
using | Mantid::Geometry::ComponentInfoIt = ComponentInfoIterator< ComponentInfo > |