Go to the documentation of this file.
37 #ifndef __vtkEnSight6BinaryReader_h
38 #define __vtkEnSight6BinaryReader_h
58 int OpenFile(
const char* filename);
81 int measured = 0,
int numberOfComponents = 1,
108 int numberOfComponents = 1,
150 int ReadIntNumber(
int *result);
154 int ReadIntArray(
int *result,
int numInts);
158 int ReadFloatArray(
float *result,
int numFloats);
163 int SkipStructuredGrid(
char line[256]);
164 int SkipUnstructuredGrid(
char line[256]);