13#include "MantidDataHandling/DllConfig.h"
17namespace DataHandling {
34 const std::string
name()
const override {
return "SaveRKH"; }
36 const std::string
summary()
const override {
return "Save a file in the LOQ RKH/'FISH' format"; }
39 int version()
const override {
return (1); }
40 const std::vector<std::string>
seeAlso()
const override {
return {
"LoadRKH"}; }
42 const std::string
category()
const override {
return "DataHandling\\Text"; }
Base class from which all concrete algorithm classes should be derived.
Saves a workspace in the RKH file format.
FileConstants
Constants used in RKH files.
std::ofstream m_outRKH
The output filehandle.
const std::string name() const override
Algorithm's name.
API::MatrixWorkspace_const_sptr m_workspace
The input workspace.
const std::string category() const override
Algorithm's category for identification.
int version() const override
Algorithm's version.
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 summary() const override
Summary of algorithms purpose.
std::shared_ptr< const MatrixWorkspace > MatrixWorkspace_const_sptr
shared pointer to the matrix workspace base class (const version)
Helper class which provides the Collimation Length for SANS instruments.