10#include "MantidDataHandling/DllConfig.h"
15namespace DataHandling {
51 const std::string
name()
const override {
return "MoveInstrumentComponent"; };
53 const std::string
summary()
const override {
return "Moves an instrument component to a new position."; }
56 int version()
const override {
return 1; };
57 const std::vector<std::string>
seeAlso()
const override {
58 return {
"RotateInstrumentComponent",
"SetInstrumentParameter"};
61 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
DataHandling/MoveInstrumentComponent.h.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
MoveInstrumentComponent()
Default constructor.
int version() const override
Algorithm's version 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.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Helper class which provides the Collimation Length for SANS instruments.