89 #ifndef vtkPlot3DMetaReader_h
90 #define vtkPlot3DMetaReader_h
92 #include "vtkIOParallelModule.h"
95 #include "vtk_jsoncpp_fwd.h"
97 struct vtkPlot3DMetaReaderInternals;
113 vtkSetFilePathMacro(FileName);
114 vtkGetFilePathMacro(FileName);
127 void SetAutoDetectFormat(Json::Value*
value);
128 void SetByteOrder(Json::Value*
value);
129 void SetPrecision(Json::Value* val);
130 void SetMultiGrid(Json::Value* val);
131 void SetFormat(Json::Value* val);
132 void SetBlanking(Json::Value* val);
133 void Set2D(Json::Value* val);
134 void SetR(Json::Value* val);
135 void SetGamma(Json::Value* val);
136 void SetFileNames(Json::Value* val);
137 void SetLanguage(Json::Value* val);
138 void AddFunctions(Json::Value* val);
139 void SetFunctionNames(Json::Value* val);
146 vtkPlot3DMetaReaderInternals* Internal;
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
static vtkMultiBlockDataSetAlgorithm * New()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.