78 #ifndef vtkPlot3DMetaReader_h
79 #define vtkPlot3DMetaReader_h
81 #include "vtkIOParallelModule.h"
84 #include "vtk_jsoncpp_fwd.h"
86 VTK_ABI_NAMESPACE_BEGIN
87 struct vtkPlot3DMetaReaderInternals;
103 vtkSetFilePathMacro(FileName);
104 vtkGetFilePathMacro(FileName);
117 void SetAutoDetectFormat(Json::Value*
value);
118 void SetByteOrder(Json::Value*
value);
119 void SetPrecision(Json::Value* val);
120 void SetMultiGrid(Json::Value* val);
121 void SetFormat(Json::Value* val);
122 void SetBlanking(Json::Value* val);
123 void Set2D(Json::Value* val);
124 void SetR(Json::Value* val);
125 void SetGamma(Json::Value* val);
126 void SetFileNames(Json::Value* val);
127 void SetLanguage(Json::Value* val);
128 void AddFunctions(Json::Value* val);
129 void SetFunctionNames(Json::Value* val);
136 vtkPlot3DMetaReaderInternals* Internal;
139 VTK_ABI_NAMESPACE_END
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.