Mantid
|
#include "MantidDataHandling/DllConfig.h"
#include "MantidGeometry/Instrument/Container.h"
#include "MantidGeometry/Instrument/SampleEnvironment.h"
#include <string>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::DataHandling::SampleEnvironmentSpec |
Defines the properties of a named SampleEnvironment setup. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::DataHandling |
Typedefs | |
using | Mantid::DataHandling::SampleEnvironmentSpec_const_uptr = std::unique_ptr< const SampleEnvironmentSpec > |
unique_ptr to a const SampleEnvironmentSpec More... | |
using | Mantid::DataHandling::SampleEnvironmentSpec_uptr = std::unique_ptr< SampleEnvironmentSpec > |
unique_ptr to a SampleEnvironmentSpec More... | |