20#include "MantidMDAlgorithms/DllConfig.h"
21#include "boost/shared_ptr.hpp"
24namespace MDAlgorithms {
30 const std::string
name()
const override {
return "CompactMD"; }
32 const std::string
summary()
const override {
33 return "Crops an MDHistoWorkspace based on the first non-zero signals "
34 "giving a more focussed area of interest.";
36 const std::string
category()
const override {
return "MDAlgorithms\\Utility\\Workspaces"; }
38 int version()
const override {
return 1; }
41 std::vector<Mantid::coord_t> &minVec, std::vector<Mantid::coord_t> &maxVec);
Base class from which all concrete algorithm classes should be derived.
int version() const override
Algorithm's version for identification.
const std::string summary() const override
Summary of algorithms purpose.
const std::string category() const override
function to return a category of the algorithm.
const std::string name() const override
Algorithm's name for identification.
std::shared_ptr< IMDHistoWorkspace > IMDHistoWorkspace_sptr
shared pointer to Mantid::API::IMDHistoWorkspace
Helper class which provides the Collimation Length for SANS instruments.