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/CSGObject.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Geometry::StructuredDetector |
StructuredDetector 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::StructuredDetector_const_sptr = std::shared_ptr< const StructuredDetector > |
using | Mantid::Geometry::StructuredDetector_sptr = std::shared_ptr< StructuredDetector > |
Functions | |
MANTID_GEOMETRY_DLL std::ostream & | Mantid::Geometry::operator<< (std::ostream &os, const StructuredDetector &ass) |
Print information about elements in the assembly to a stream Overload the operator <<. More... | |