Go to the documentation of this file.
38 #ifndef vtkEnSight6BinaryReader_h
39 #define vtkEnSight6BinaryReader_h
41 #include "vtkIOEnSightModule.h"
82 int measured = 0,
int numberOfComponents = 1,
91 int measured = 0)
override;
108 int numberOfComponents = 1,
represent and manipulate 3D points
static vtkEnSight6BinaryReader * New()
int ReadMeasuredGeometryFile(const char *fileName, int timeStep, vtkMultiBlockDataSet *output) override
Read the measured geometry file.
int CreateUnstructuredGridOutput(int partId, char line[256], const char *name, vtkMultiBlockDataSet *output) override
Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output.
superclass for EnSight file readers
class to read binary EnSight6 files
int CreateStructuredGridOutput(int partId, char line[256], const char *name, vtkMultiBlockDataSet *output) override
Read a structured part from the geometry file and create a vtkStructuredGridOutput.
vtkPoints * UnstructuredPoints
int ReadScalarsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int numberOfComponents=1, int component=0) override
Read scalars per element for this dataset.
int NumberOfUnstructuredPoints
int ReadTensorsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override
Read tensors per element for this dataset.
int ReadVectorsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override
Read vectors per element for this dataset.
Composite dataset that organizes datasets into blocks.
int ReadVectorsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0) override
Read vectors per node for this dataset.
int ReadFloatArray(float *result, int numFloats)
Internal function to read in a float array.
int ReadScalarsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0, int numberOfComponents=1, int component=0) override
Read scalars per node for this dataset.
a simple class to control print indentation
vtkIdTypeArray * UnstructuredNodeIds
int SkipStructuredGrid(char line[256])
int ReadTensorsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override
Read tensors per node for this dataset.
int ReadIntNumber(int *result)
Internal function to read in a single integer.
int ReadLine(char result[80])
Internal function to read in a line up to 80 characters.
int SkipUnstructuredGrid(char line[256])
dynamic, self-adjusting array of vtkIdType
vtkEnSight6BinaryReader()
int SkipTimeStep()
Read to the next time step in the geometry file.
~vtkEnSight6BinaryReader() override
int ReadGeometryFile(const char *fileName, int timeStep, vtkMultiBlockDataSet *output) override
Read the geometry file.
int ReadIntArray(int *result, int numInts)
Internal function to read in an integer array.
int OpenFile(const char *filename)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.