13#include "MantidDataHandling/DllConfig.h"
18namespace DataHandling {
50 const std::string
name()
const override {
return "LoadEmptyInstrument"; }
52 const std::string
summary()
const override {
53 return "Loads an Instrument Definition File (IDF) into a workspace rather "
58 int version()
const override {
return 1; }
59 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadInstrument"}; }
61 const std::string
category()
const override {
return "DataHandling\\Instrument"; }
Defines an interface to an algorithm that loads a file so that it can take part in the automatic sele...
Loads an instrument definition file into a workspace, with the purpose of being able to visualise an ...
const std::string category() const override
Algorithm's category for identification overriding a virtual method.
const std::string name() const override
Algorithm's name for identification overriding a virtual method.
const std::string summary() const override
Summary of algorithms purpose.
int version() const override
Algorithm's version for identification overriding a virtual method.
const std::vector< std::string > seeAlso() const override
Function to return all of the seeAlso (these are not validated) algorithms related to this algorithm....
Defines a wrapper around an open file.
std::shared_ptr< MatrixWorkspace > MatrixWorkspace_sptr
shared pointer to the matrix workspace base class
Helper class which provides the Collimation Length for SANS instruments.