11#include "MantidDataHandling/DllConfig.h"
14namespace DataHandling {
19 const std::string
name()
const override {
return "TranslateSampleShape"; };
21 const std::string
summary()
const override {
return "Redefine the initial position of the sample shape"; }
24 int version()
const override {
return 1; };
26 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
Base class from which all concrete algorithm classes should be derived.
const std::string name() const override
Algorithm's name for identification.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version for identification.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< Workspace > Workspace_sptr
shared pointer to Mantid::API::Workspace
std::shared_ptr< ExperimentInfo > ExperimentInfo_sptr
Shared pointer to ExperimentInfo.
Helper class which provides the Collimation Length for SANS instruments.