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,
108 int numberOfComponents = 1,
represent and manipulate 3D points
static vtkEnSight6BinaryReader * New()
superclass for EnSight file readers
class to read binary EnSight6 files
vtkPoints * UnstructuredPoints
int NumberOfUnstructuredPoints
Composite dataset that organizes datasets into blocks.
virtual int ReadScalarsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0, int numberOfComponents=1, int component=0)
Read scalars per node for this dataset.
int ReadFloatArray(float *result, int numFloats)
Internal function to read in a float array.
a simple class to control print indentation
vtkIdTypeArray * UnstructuredNodeIds
int SkipStructuredGrid(char line[256])
int ReadIntNumber(int *result)
Internal function to read in a single integer.
virtual int ReadMeasuredGeometryFile(const char *fileName, int timeStep, vtkMultiBlockDataSet *output)
Read the measured geometry file.
virtual int ReadVectorsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output)
Read vectors per element for this dataset.
int ReadLine(char result[80])
Internal function to read in a line up to 80 characters.
int SkipUnstructuredGrid(char line[256])
virtual int CreateStructuredGridOutput(int partId, char line[256], const char *name, vtkMultiBlockDataSet *output)
Read a structured part from the geometry file and create a vtkStructuredGridOutput.
dynamic, self-adjusting array of vtkIdType
virtual int ReadTensorsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output)
Read tensors per element for this dataset.
virtual int ReadGeometryFile(const char *fileName, int timeStep, vtkMultiBlockDataSet *output)
Read the geometry file.
vtkEnSight6BinaryReader()
int SkipTimeStep()
Read to the next time step in the geometry file.
virtual int ReadTensorsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output)
Read tensors per node for this dataset.
virtual int ReadVectorsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0)
Read vectors per node for this dataset.
virtual int ReadScalarsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int numberOfComponents=1, int component=0)
Read scalars per element for this dataset.
~vtkEnSight6BinaryReader()
virtual int CreateUnstructuredGridOutput(int partId, char line[256], const char *name, vtkMultiBlockDataSet *output)
Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output.
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.