VTK  9.2.6
vtkPlot3DMetaReader.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: ParaView
4 Module: vtkPlot3DMetaReader.h
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=========================================================================*/
88
89#ifndef vtkPlot3DMetaReader_h
90#define vtkPlot3DMetaReader_h
91
92#include "vtkIOParallelModule.h" // For export macro
94
95#include "vtk_jsoncpp_fwd.h" // For forward declarations
96
97struct vtkPlot3DMetaReaderInternals;
98
100
101class VTKIOPARALLEL_EXPORT vtkPlot3DMetaReader : public vtkMultiBlockDataSetAlgorithm
102{
103public:
106 void PrintSelf(ostream& os, vtkIndent indent) override;
107
109
116
117protected:
120
122 vtkInformationVector* outputVector) override;
124
125 char* FileName;
126
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);
140
141private:
143 void operator=(const vtkPlot3DMetaReader&) = delete;
144
146 vtkPlot3DMetaReaderInternals* Internal;
147};
148
149#endif
a simple class to control print indentation
Definition vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
void Set2D(Json::Value *val)
vtkSetFilePathMacro(FileName)
Set/Get the meta PLOT3D filename.
void SetFileNames(Json::Value *val)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetMultiGrid(Json::Value *val)
void SetPrecision(Json::Value *val)
void AddFunctions(Json::Value *val)
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
void SetFormat(Json::Value *val)
void SetBlanking(Json::Value *val)
void SetAutoDetectFormat(Json::Value *value)
void SetGamma(Json::Value *val)
void SetFunctionNames(Json::Value *val)
void SetLanguage(Json::Value *val)
~vtkPlot3DMetaReader() override
vtkGetFilePathMacro(FileName)
Set/Get the meta PLOT3D filename.
void SetByteOrder(Json::Value *value)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetR(Json::Value *val)
static vtkPlot3DMetaReader * New()