Go to the documentation of this file.
37 #ifndef __vtkEnSight6BinaryReader_h
38 #define __vtkEnSight6BinaryReader_h
40 #include "vtkIOEnSightModule.h"
59 int OpenFile(
const char* filename);
82 int measured = 0,
int numberOfComponents = 1,
109 int numberOfComponents = 1,
151 int ReadIntNumber(
int *result);
155 int ReadIntArray(
int *result,
int numInts);
159 int ReadFloatArray(
float *result,
int numFloats);
164 int SkipStructuredGrid(
char line[256]);
165 int SkipUnstructuredGrid(
char line[256]);