Mantid
|
#include "MantidGeometry/DllConfig.h"
#include "MantidGeometry/Rendering/ShapeInfo.h"
#include <boost/optional.hpp>
#include <map>
#include <memory>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::IObject |
IObject : Interface for geometry 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::IObject_const_sptr = std::shared_ptr< const IObject > |
Typdef for a shared pointer to a const object. More... | |
using | Mantid::Geometry::IObject_const_uptr = std::unique_ptr< const IObject > |
Typdef for a unique pointer to a const object. More... | |
using | Mantid::Geometry::IObject_sptr = std::shared_ptr< IObject > |
Typdef for a shared pointer. More... | |
using | Mantid::Geometry::IObject_uptr = std::unique_ptr< IObject > |
Typdef for a unique pointer. More... | |