10#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
22 const std::string
name()
const override {
return "ScaleInstrumentComponent"; };
24 const std::string
summary()
const override {
25 return "Scales all detectors in a component around the component position.";
29 int version()
const override {
return 1; };
30 const std::vector<std::string>
seeAlso()
const override {
31 return {
"RotateInstrumentComponent",
"SetInstrumentParameter",
"MoveInstrumentComponent"};
34 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
36 std::map<std::string, std::string> validateInputs()
override;
Base class from which all concrete algorithm classes should be derived.
ScaleInstrumentComponent()
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
int version() const override
Algorithm's version for identification overriding a virtual method.
Mantid::Geometry::IComponent_const_sptr m_comp
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
ComponentInfo : Provides a component centric view on to the instrument.
std::shared_ptr< const IComponent > IComponent_const_sptr
Typdef of a shared pointer to a const IComponent.
Helper class which provides the Collimation Length for SANS instruments.