10#include "MantidDataHandling/DllConfig.h"
14namespace DataHandling {
24 const std::string
name()
const override {
return "SaveDspacemap"; };
26 const std::string
summary()
const override {
27 return "Saves an OffsetsWorkspace into a POWGEN-format binary dspace map "
32 int version()
const override {
return 1; };
34 const std::string
category()
const override {
return "DataHandling\\Text"; }
43 const std::string &DFileName);
Base class from which all concrete algorithm classes should be derived.
Saves an OffsetsWorkspace into a POWGEN-format binary dspace map file.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version for identification.
const std::string name() const override
Algorithm's name for identification.
const std::string summary() const override
Summary of algorithms purpose.
std::shared_ptr< OffsetsWorkspace > OffsetsWorkspace_sptr
shared pointer to the OffsetsWorkspace class
Helper class which provides the Collimation Length for SANS instruments.