10#include "MantidAlgorithms/DllConfig.h"
54 const std::string
name()
const override {
return "CropWorkspace"; }
56 const std::string
summary()
const override {
57 return "Extracts a 'block' from a workspace and places it in a new "
62 int version()
const override {
return (1); }
63 const std::vector<std::string>
seeAlso()
const override {
64 return {
"CropWorkspaceRagged",
"CropToComponent",
"RemoveBins",
"ExtractSingleSpectrum",
"ExtractSpectra"};
67 const std::string
category()
const override {
return "Transforms\\Splitting"; }
Base class for algorithms that treat all spectra independently, i.e., we can trivially parallelize ov...
Extracts a 'block' from a workspace and places it in a new workspace.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso algorithms related to this algorithm.
int version() const override
Algorithm's version.
const std::string name() const override
Algorithm's name.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
Algorithm's category for identification.
Helper class which provides the Collimation Length for SANS instruments.