11#include "MantidMDAlgorithms/DllConfig.h"
14namespace MDAlgorithms {
25 const std::string
name()
const override {
return "QueryMDWorkspace"; }
27 const std::string
summary()
const override {
28 return "Query the IMDWorkspace in order to extract summary information.";
32 int version()
const override {
return 1; }
34 const std::string
category()
const override {
return "MDAlgorithms\\Utility\\Workspace"; }
Base class from which all concrete algorithm classes should be derived.
std::shared_ptr< MDEventWorkspace< MDE, nd > > sptr
Typedef for a shared pointer of this kind of event workspace.
QueryMDWorkspace : Query an MDWorkspace in order to extract overview information as a table workspace...
const std::string category() const override
Algorithm's category for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification.
Helper class which provides the Collimation Length for SANS instruments.