Mantid
Loading...
Searching...
No Matches
ResizeRectangularDetectorHelper.h
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2017 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7#pragma once
8
9#include "MantidAPI/DllConfig.h"
10
11namespace Mantid {
12namespace Geometry {
13class ComponentInfo;
14class IComponent;
15} // namespace Geometry
16namespace API {
20 Geometry::IComponent *componentId, const double scaleX,
21 const double scaleY);
22} // namespace API
23} // namespace Mantid
ComponentInfo : Provides a component centric view on to the instrument.
Definition: ComponentInfo.h:40
base class for Geometric IComponent
Definition: IComponent.h:51
MANTID_API_DLL void applyRectangularDetectorScaleToComponentInfo(Geometry::ComponentInfo &componentInfo, Geometry::IComponent *componentId, const double scaleX, const double scaleY)
Helpers for resizing RectangularDetectors.
Helper class which provides the Collimation Length for SANS instruments.