38 #ifndef vtkEnSight6Reader_h 39 #define vtkEnSight6Reader_h 41 #include "vtkIOEnSightModule.h" 62 int ReadGeometryFile(const
char* fileName,
int timeStep,
69 int ReadMeasuredGeometryFile(const
char* fileName,
int timeStep,
77 int ReadScalarsPerNode(const
char* fileName, const
char*
description,
80 int numberOfComponents = 1,
87 int ReadVectorsPerNode(const
char* fileName, const
char*
description,
89 int measured = 0) VTK_OVERRIDE;
95 int ReadTensorsPerNode(const
char* fileName, const
char*
description,
103 int ReadScalarsPerElement(const
char* fileName, const
char*
description,
105 int numberOfComponents = 1,
112 int ReadVectorsPerElement(const
char* fileName, const
char*
description,
119 int ReadTensorsPerElement(const
char* fileName, const
char*
description,
126 int CreateUnstructuredGridOutput(
int partId,
135 int CreateStructuredGridOutput(
int partId,
141 int NumberOfUnstructuredPoints;
dynamic, self-adjusting array of vtkIdType
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
superclass for EnSight file readers
class to read EnSight6 files
static vtkGenericEnSightReader * New()
Composite dataset that organizes datasets into blocks.
represent and manipulate 3D points