26#ifndef vtkEnSight6BinaryReader_h 
   27#define vtkEnSight6BinaryReader_h 
   30#include "vtkIOEnSightModule.h"  
   32VTK_ABI_NAMESPACE_BEGIN
 
   70    int component = 0) 
override;
 
class to read binary EnSight6 files
 
vtkIdTypeArray * UnstructuredNodeIds
 
int SkipStructuredGrid(char line[256])
Read to the next time step in the geometry file.
 
int ReadLine(char result[81])
Internal function to read in a line up to 80 characters.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int ReadAsymmetricTensorsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override
Not implemented, always return 0;.
 
int ReadTensorsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override
Read tensors per element 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.
 
~vtkEnSight6BinaryReader() override
 
virtual void CleanUpCache()
Clean up the internal cached data.
 
vtkEnSight6BinaryReader()
 
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.
 
vtkPoints * UnstructuredPoints
 
int NumberOfUnstructuredPoints
 
int ReadGeometryFile(const char *fileName, int timeStep, vtkMultiBlockDataSet *output) override
Read the geometry file.
 
int ReadTensorsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override
Read tensors per node for this dataset.
 
int ReadAsymmetricTensorsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override
Not implemented, always return 0;.
 
int CreateUnstructuredGridOutput(int partId, char line[81], const char *name, vtkMultiBlockDataSet *output) override
Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output.
 
static vtkEnSight6BinaryReader * New()
 
int ReadVectorsPerNode(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0) override
Read vectors per node for this dataset.
 
int SkipUnstructuredGrid(char line[256])
Read to the next time step in the geometry file.
 
int ReadIntArray(int *result, int numInts)
Internal function to read in an integer array.
 
int ReadMeasuredGeometryFile(const char *fileName, int timeStep, vtkMultiBlockDataSet *output) override
Read the measured geometry file.
 
int CreateStructuredGridOutput(int partId, char line[81], const char *name, vtkMultiBlockDataSet *output) override
Read a structured part from the geometry file and create a vtkStructuredGridOutput.
 
int ReadIntNumber(int *result)
Internal function to read in a single integer.
 
int SkipTimeStep()
Read to the next time step in the geometry file.
 
int OpenFile(const char *filename)
 
int ReadVectorsPerElement(const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) override
Read vectors per element for this dataset.
 
superclass for EnSight file readers
 
dynamic, self-adjusting array of vtkIdType
 
a simple class to control print indentation
 
Composite dataset that organizes datasets into blocks.
 
represent and manipulate 3D points