13#include "MantidDataHandling/DllConfig.h"
19namespace DataHandling {
33 const std::string
name()
const override {
return "CreateSampleShape"; }
34 const std::string
summary()
const override {
return "Create a shape object to model the sample."; }
36 int version()
const override {
return (1); }
37 const std::vector<std::string>
seeAlso()
const override {
38 return {
"SetSample",
"AbsorptionCorrection",
"SetSampleMaterial",
"CopySample"};
40 const std::string
category()
const override {
return "Sample;"; }
41 const std::string
alias()
const override {
return "SetSampleShape"; }
Base class from which all concrete algorithm classes should be derived.
This class is shared by a few Workspace types and holds information related to a particular experimen...
This class allows the shape of the sample to be defined by using the allowed XML expressions.
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
const std::string alias() const override
function to return any aliases to the algorithm; A default implementation is provided
const std::string summary() const override
function returns a summary message that will be displayed in the default GUI, and in the help.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
const std::string category() const override
function to return a category of the algorithm.
Helper class which provides the Collimation Length for SANS instruments.