Mantid
|
#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 |
Typedefs | |
using | Mantid::Geometry::Instrument_const_sptr = std::shared_ptr< const Instrument > |
Shared pointer to an const instrument object. More... | |
using | Mantid::Geometry::Instrument_const_uptr = std::unique_ptr< const Instrument > |
unique pointer to an instrument (const version) More... | |
using | Mantid::Geometry::Instrument_sptr = std::shared_ptr< Instrument > |
Shared pointer to an instrument object. More... | |
using | Mantid::Geometry::Instrument_uptr = std::unique_ptr< Instrument > |
unique pointer to an instrument More... | |