|
Mantid
|
#include "MantidAPI/ResizeRectangularDetectorHelper.h"#include "MantidGeometry/IComponent.h"#include "MantidGeometry/Instrument/ComponentInfo.h"#include "MantidKernel/EigenConversionHelpers.h"Go to the source code of this file.
Namespaces | |
| namespace | Mantid |
| Helper class which provides the Collimation Length for SANS instruments. | |
| namespace | Mantid::API |
Functions | |
| void | Mantid::API::applyRectangularDetectorScaleToComponentInfo (Geometry::ComponentInfo &componentInfo, const Geometry::ComponentID componentId, const double scaleX, const double scaleY) |
| MANTID_API_DLL void | Mantid::API::applyRectangularDetectorScaleToComponentInfo (Geometry::ComponentInfo &componentInfo, const size_t componentIndex, const double scaleX, const double scaleY) |
| As above, for callers that already hold a component index. | |