13#include "MantidDataHandling/DllConfig.h"
16namespace DataHandling {
50 const std::string
name()
const override {
return "SaveVTK"; };
52 const std::string
summary()
const override {
53 return "Save a workspace out to a VTK file format for use with 3D "
54 "visualisation tools such as Paraview.";
58 int version()
const override {
return 1; };
60 const std::string
category()
const override {
return "DataHandling\\XML"; }
70 void checkOptionalProperties();
73 void writeVTKPiece(std::ostream &outVTP,
const std::vector<double> &xValue,
const std::vector<double> &yValue,
74 const std::vector<double> &errors,
int index)
const;
std::map< DeltaEMode::Type, std::string > index
Base class from which all concrete algorithm classes should be derived.
Saves a 1D or 2D workspace using the vtk file format described in the "file formats" document at http...
const std::string name() const override
Algorithm's name.
int version() const override
Algorithm's version.
double m_Xmin
The x-axis minimum.
const std::string category() const override
Algorithm's category.
double m_Xmax
The x-axis minimum.
const std::string summary() const override
Summary of algorithms purpose.
Helper class which provides the Collimation Length for SANS instruments.