9#include "MantidGeometry/DllConfig.h"
29namespace ComponentHelper {
44 const std::vector<Kernel::V3D> &vecdetpos,
45 const std::vector<detid_t> &vecdetid);
48 const std::string &
id);
TransformType
Specifies how a transformation should be interpreted.
@ Relative
The transformation given is relative to the original value.
@ Absolute
The value is the absolute new value.
MANTID_GEOMETRY_DLL Geometry::Instrument_sptr createVirtualInstrument(Kernel::V3D sourcePos, Kernel::V3D samplePos, const std::vector< Kernel::V3D > &vecdetpos, const std::vector< detid_t > &vecdetid)
MANTID_GEOMETRY_DLL std::shared_ptr< Geometry::CSGObject > createSphere(double radius, const Kernel::V3D ¢re, const std::string &id)
Create a sphere object.
MANTID_GEOMETRY_DLL Geometry::Instrument_sptr createMinimalInstrument(const Mantid::Kernel::V3D &sourcePos, const Mantid::Kernel::V3D &samplePos, const Mantid::Kernel::V3D &detectorPos)
createOneDetectorInstrument, creates the most simple possible definition of an instrument in which we...
MANTID_GEOMETRY_DLL std::string sphereXML(double radius, const Kernel::V3D ¢re, const std::string &id)
Return the XML for a sphere.
std::shared_ptr< Instrument > Instrument_sptr
Shared pointer to an instrument object.
Helper class which provides the Collimation Length for SANS instruments.