14#include "MantidDataHandling/DllConfig.h"
18namespace DataHandling {
38 const std::string
name()
const override {
return "LoadSNSspec"; }
40 const std::string
summary()
const override {
41 return "Loads data from a text file and stores it in a 2D workspace "
42 "(Workspace2D class).";
45 int version()
const override {
return 1; }
46 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadSpec"}; }
47 const std::string
category()
const override {
return "DataHandling\\Text"; }
Class for marking algorithms as deprecated.
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
Loads a workspace from an SNS spec file.
int version() const override
function to return a version of the algorithm, must be overridden in all algorithms
std::map< std::string, const char * > m_separatormap
a map of seperators
const std::string summary() const override
Summary of algorithms purpose.
std::pair< std::string, const char * > separator_pair
serparator pair type def
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
std::vector< std::string > m_seperator_options
Allowed values for the cache property.
const std::string name() const override
function to return a name of the algorithm, must be overridden in all algorithms
const std::string category() const override
function to return a category of the algorithm.
Defines a wrapper around an open file.
Helper class which provides the Collimation Length for SANS instruments.