VTK
vtkPlot3DMetaReader.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: ParaView
4  Module: $RCSfile: vtkPlot3DMetaReader.h,v $
5 
6  Copyright (c) Kitware, Inc.
7  All rights reserved.
8  See Copyright.txt or http://www.paraview.org/HTML/Copyright.html for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
78 #ifndef vtkPlot3DMetaReader_h
79 #define vtkPlot3DMetaReader_h
80 
81 #include "vtkIOParallelModule.h" // For export macro
83 
84 //BTX
85 struct vtkPlot3DMetaReaderInternals;
86 //ETX
87 
89 
90 namespace Json
91 {
92  class Value;
93 }
94 
96 {
97 public:
100  void PrintSelf(ostream& os, vtkIndent indent);
101 
103 
105  vtkSetStringMacro(FileName);
106  vtkGetStringMacro(FileName);
108 
109 protected:
112 
113  virtual int RequestInformation(vtkInformation* request,
114  vtkInformationVector** inputVector,
115  vtkInformationVector* outputVector);
119 
120 
121  char* FileName;
122 
123  void SetAutoDetectFormat(Json::Value* value);
124  void SetByteOrder(Json::Value* value);
125  void SetPrecision(Json::Value* val);
126  void SetMultiGrid(Json::Value* val);
127  void SetFormat(Json::Value* val);
128  void SetBlanking(Json::Value* val);
129  void Set2D(Json::Value* val);
130  void SetR(Json::Value* val);
131  void SetGamma(Json::Value* val);
132  void SetFileNames(Json::Value* val);
133  void SetLanguage(Json::Value* val);
134  void AddFunctions(Json::Value* val);
135 
136 private:
137  vtkPlot3DMetaReader(const vtkPlot3DMetaReader&); // Not implemented.
138  void operator=(const vtkPlot3DMetaReader&); // Not implemented.
139 
141  vtkPlot3DMetaReaderInternals* Internal;
142 };
143 
144 #endif
vtkPlot3DMetaReader
reads meta-files points to PLOT3D files
Definition: vtkPlot3DMetaReader.h:96
vtkPlot3DMetaReader::FileName
char * FileName
Definition: vtkPlot3DMetaReader.h:121
vtkPlot3DMetaReader::SetPrecision
void SetPrecision(Json::Value *val)
vtkPlot3DMetaReader::SetMultiGrid
void SetMultiGrid(Json::Value *val)
vtkIOParallelModule.h
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPlot3DMetaReader::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPlot3DMetaReader::AddFunctions
void AddFunctions(Json::Value *val)
vtkPlot3DMetaReader::SetByteOrder
void SetByteOrder(Json::Value *value)
vtkPlot3DMetaReader::RequestInformation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkPlot3DMetaReader::New
static vtkPlot3DMetaReader * New()
vtkPlot3DMetaReader::SetFileNames
void SetFileNames(Json::Value *val)
vtkMultiBlockPLOT3DReader
read PLOT3D data files
Definition: vtkMultiBlockPLOT3DReader.h:106
vtkgl::val
GLuint GLfloat * val
Definition: vtkgl.h:13789
Json
Definition: vtkPlot3DMetaReader.h:91
vtkPlot3DMetaReader::SetAutoDetectFormat
void SetAutoDetectFormat(Json::Value *value)
vtkgl::value
GLsizei const GLfloat * value
Definition: vtkgl.h:12021
vtkPlot3DMetaReader::SetFormat
void SetFormat(Json::Value *val)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSetStringMacro
#define vtkSetStringMacro(name)
Definition: vtkSetGet.h:104
vtkMultiBlockDataSetAlgorithm.h
vtkGetStringMacro
vtkGetStringMacro(ExtensionsString)
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPlot3DMetaReader::Set2D
void Set2D(Json::Value *val)
vtkPlot3DMetaReader::SetLanguage
void SetLanguage(Json::Value *val)
vtkPlot3DMetaReader::~vtkPlot3DMetaReader
~vtkPlot3DMetaReader()
vtkPlot3DMetaReader::SetGamma
void SetGamma(Json::Value *val)
vtkPlot3DMetaReader::SetBlanking
void SetBlanking(Json::Value *val)
vtkPlot3DMetaReader::SetR
void SetR(Json::Value *val)
vtkPlot3DMetaReader::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
VTKIOPARALLEL_EXPORT
#define VTKIOPARALLEL_EXPORT
Definition: vtkIOParallelModule.h:15
vtkPlot3DMetaReader::vtkPlot3DMetaReader
vtkPlot3DMetaReader()
vtkMultiBlockDataSetAlgorithm
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
Definition: vtkMultiBlockDataSetAlgorithm.h:32