78 #ifndef vtkPlot3DMetaReader_h
79 #define vtkPlot3DMetaReader_h
81 #include "vtkIOParallelModule.h"
84 #include "vtk_jsoncpp_fwd.h"
86 struct vtkPlot3DMetaReaderInternals;
102 vtkSetStringMacro(FileName);
103 vtkGetStringMacro(FileName);
120 void SetAutoDetectFormat(Json::Value*
value);
121 void SetByteOrder(Json::Value*
value);
122 void SetPrecision(Json::Value* val);
123 void SetMultiGrid(Json::Value* val);
124 void SetFormat(Json::Value* val);
125 void SetBlanking(Json::Value* val);
126 void Set2D(Json::Value* val);
127 void SetR(Json::Value* val);
128 void SetGamma(Json::Value* val);
129 void SetFileNames(Json::Value* val);
130 void SetLanguage(Json::Value* val);
131 void AddFunctions(Json::Value* val);
132 void SetFunctionNames(Json::Value* val);
139 vtkPlot3DMetaReaderInternals* Internal;