15namespace DataHandling {
31 const std::string
name()
const override {
return "LoadSampleShape"; };
33 const std::string
summary()
const override {
34 return "The algorithm loads a shape into the instrument of a workspace "
39 int version()
const override {
return 1; };
41 const std::vector<std::string>
seeAlso()
const override {
42 return {
"CreateSampleShape",
"CopySample",
"SetSampleMaterial",
"LoadSampleEnvironment"};
45 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
Base class from which all concrete algorithm classes should be derived.
Load Shape into an instrument of a workspace.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Related algorithms.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
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.
Helper class which provides the Collimation Length for SANS instruments.