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