|
Mantid
|
#include "MantidGeometry/DllConfig.h"#include "MantidGeometry/IObjComponent.h"#include "MantidGeometry/Instrument/CompAssembly.h"#include "MantidGeometry/Instrument/Component.h"#include "MantidGeometry/Instrument/Detector.h"#include "MantidGeometry/Objects/IObject.h"#include <string>#include <tuple>#include <vector>Go to the source code of this file.
Classes | |
| class | Mantid::Geometry::GridDetector |
| GridDetector is a type of CompAssembly, an assembly of components. More... | |
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::Geometry |
Typedefs | |
| using | Mantid::Geometry::GridDetector_const_sptr = std::shared_ptr< const GridDetector > |
| using | Mantid::Geometry::GridDetector_sptr = std::shared_ptr< GridDetector > |
Functions | |
| MANTID_GEOMETRY_DLL std::ostream & | Mantid::Geometry::operator<< (std::ostream &os, const GridDetector &ass) |
| Print information about elements in the assembly to a stream Overload the operator <<. More... | |