|
Mantid
|
#include "MantidGeometry/DllConfig.h"#include "MantidGeometry/IComponent.h"#include "MantidGeometry/IDTypes.h"#include "MantidGeometry/IDetector.h"#include "MantidGeometry/Instrument/Parameter.h"#include "MantidGeometry/Instrument/ParameterInfo.h"#include <cstddef>#include <memory>#include <typeinfo>#include <unordered_map>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::Geometry::ParameterMap |
| Parameter map iterator typedef. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Geometry |
| namespace | Mantid::Kernel |
Typedefs | |
| using | Mantid::Geometry::ParameterMap_const_sptr = std::shared_ptr< const ParameterMap > |
| ParameterMap constant shared pointer typedef. | |
| using | Mantid::Geometry::ParameterMap_sptr = std::shared_ptr< ParameterMap > |
| ParameterMap shared pointer typedef. | |