13#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
30 const std::string
name()
const override {
return "SaveAscii"; }
32 const std::string
summary()
const override {
return "Saves a 2D workspace to a ascii file."; }
35 int version()
const override {
return 1; }
37 const std::string
category()
const override {
return "DataHandling\\Text"; }
Base class from which all concrete algorithm classes should be derived.
Saves a workspace or selected spectra in a coma-separated ascii file.
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
std::map< std::string, std::string > m_separatorIndex
Map the separator options to their string equivalents.
const std::string summary() const override
Summary of algorithms purpose.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
int version() const override
Algorithm's version for identification overriding a virtual method.
Helper class which provides the Collimation Length for SANS instruments.