86 #ifndef vtkPlot3DMetaReader_h 
   87 #define vtkPlot3DMetaReader_h 
   89 #include "vtkIOParallelModule.h"  
   92 #include "vtk_jsoncpp_fwd.h"  
   94 struct vtkPlot3DMetaReaderInternals;
 
  110   vtkSetStringMacro(FileName);
 
  111   vtkGetStringMacro(FileName);
 
  124   void SetAutoDetectFormat(Json::Value* 
value);
 
  125   void SetByteOrder(Json::Value* 
value);
 
  126   void SetPrecision(Json::Value* val);
 
  127   void SetMultiGrid(Json::Value* val);
 
  128   void SetFormat(Json::Value* val);
 
  129   void SetBlanking(Json::Value* val);
 
  130   void Set2D(Json::Value* val);
 
  131   void SetR(Json::Value* val);
 
  132   void SetGamma(Json::Value* val);
 
  133   void SetFileNames(Json::Value* val);
 
  134   void SetLanguage(Json::Value* val);
 
  135   void AddFunctions(Json::Value* val);
 
  136   void SetFunctionNames(Json::Value* val);
 
  143   vtkPlot3DMetaReaderInternals* Internal;