11#include "MantidMDAlgorithms/DllConfig.h"
15namespace MDAlgorithms {
22 const std::string
name()
const override {
return "SaveMD"; };
24 const std::string
summary()
const override {
return "Save a MDEventWorkspace or MDHistoWorkspace to a .nxs file."; }
27 int version()
const override {
return 2; };
28 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadMD",
"SaveZODS"}; }
30 const std::string
category()
const override {
return "MDAlgorithms\\DataHandling"; }
44 std::string tag =
"");
Base class from which all concrete algorithm classes should be derived.
Save a MDEventWorkspace to a .nxs file.
const std::string name() const override
Algorithm's name for identification.
const std::string summary() const override
Summary of algorithms purpose.
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
Algorithm's category for identification.
void saveMatrix(::NeXus::File *const file, std::string name, Kernel::Matrix< T > &m, ::NeXus::NXnumtype type, std::string tag="")
Save a generic matrix.
int version() const override
Algorithm's version for identification.
std::shared_ptr< MDHistoWorkspace > MDHistoWorkspace_sptr
A shared pointer to a MDHistoWorkspace.
Helper class which provides the Collimation Length for SANS instruments.