|
| vtkPEnSightGoldBinaryReader () |
|
| ~vtkPEnSightGoldBinaryReader () |
|
int | OpenFile (const char *filename) |
|
int | InitializeFile (const char *filename) |
|
virtual int | ReadGeometryFile (const char *fileName, int timeStep, vtkMultiBlockDataSet *output) |
| Read the geometry file. More...
|
|
virtual int | ReadMeasuredGeometryFile (const char *fileName, int timeStep, vtkMultiBlockDataSet *output) |
| Read the measured geometry file. More...
|
|
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. More...
|
|
virtual int | ReadVectorsPerNode (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output, int measured=0) |
| Read vectors per node for this dataset. More...
|
|
virtual int | ReadTensorsPerNode (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) |
| Read tensors per node for this dataset. More...
|
|
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. More...
|
|
virtual int | ReadVectorsPerElement (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) |
| Read vectors per element for this dataset. More...
|
|
virtual int | ReadTensorsPerElement (const char *fileName, const char *description, int timeStep, vtkMultiBlockDataSet *output) |
| Read tensors per element for this dataset. More...
|
|
virtual int | CreateUnstructuredGridOutput (int partId, char line[80], const char *name, vtkMultiBlockDataSet *output) |
| Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output. More...
|
|
virtual int | CreateStructuredGridOutput (int partId, char line[256], const char *name, vtkMultiBlockDataSet *output) |
| Read a structured part from the geometry file and create a vtkStructuredGrid output. More...
|
|
int | CreateRectilinearGridOutput (int partId, char line[256], const char *name, vtkMultiBlockDataSet *output) |
| Read a structured part from the geometry file and create a vtkRectilinearGrid output. More...
|
|
int | CreateImageDataOutput (int partId, char line[80], const char *name, vtkMultiBlockDataSet *output) |
| Read a structured part from the geometry file and create a vtkImageData output. More...
|
|
int | ReadLine (char result[80]) |
| Internal function to read in a line up to 80 characters. More...
|
|
int | ReadIntArray (int *result, int numInts) |
| Internal function to read in an integer array. More...
|
|
int | ReadFloatArray (float *result, int numFloats) |
| Internal function to read in a float array. More...
|
|
int | ReadOrSkipCoordinates (vtkPoints *points, long offset, int partId, bool skip) |
| Read Coordinates, or just skip the part in the file. More...
|
|
int | InjectCoordinatesAtEnd (vtkUnstructuredGrid *output, long coordinatesOffset, int partId) |
| Internal method to inject Coordinates and Global Ids at the end of a part read for Unstructured data. More...
|
|
int | CountTimeSteps () |
| Counts the number of timesteps in the geometry file This function assumes the file is already open and returns the number of timesteps remaining in the file The file will be closed after calling this method. More...
|
|
void | GetVectorFromFloatBuffer (int i, float *vector) |
|
void | UpdateFloatBuffer () |
|
|
int | ReadInt (int *result) |
| Internal function to read in a single integer. More...
|
|
int | ReadPartId (int *result) |
| Internal function to read in a single integer. More...
|
|
|
int | SkipTimeStep () |
| Read to the next time step in the geometry file. More...
|
|
int | SkipStructuredGrid (char line[256]) |
| Read to the next time step in the geometry file. More...
|
|
int | SkipUnstructuredGrid (char line[256]) |
| Read to the next time step in the geometry file. More...
|
|
int | SkipRectilinearGrid (char line[256]) |
| Read to the next time step in the geometry file. More...
|
|
int | SkipImageData (char line[256]) |
| Read to the next time step in the geometry file. More...
|
|
| vtkPEnSightReader () |
|
| ~vtkPEnSightReader () |
|
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
int | ReadVariableFiles (vtkMultiBlockDataSet *output) |
| Read the variable files. More...
|
|
virtual int | CreateStructuredGridOutput (int partId, char line[80], const char *name, vtkMultiBlockDataSet *output)=0 |
| Read a structured part from the geometry file and create a vtkStructuredGridOutput. More...
|
|
void | AddVariableFileName (const char *fileName1, const char *fileName2=NULL) |
| Add another file name to the list for a particular variable type. More...
|
|
void | AddVariableDescription (const char *description) |
| Add another description to the list for a particular variable type. More...
|
|
void | AddVariableType () |
| Record the variable type for the variable line just read. More...
|
|
int | GetElementType (const char *line) |
| Determine the element type from a line read a file. More...
|
|
int | GetSectionType (const char *line) |
| Determine the section type from a line read a file. More...
|
|
void | ReplaceWildcards (char *filename, int num) |
| Replace the *'s in the filename with the given filename number. More...
|
|
void | RemoveLeadingBlanks (char *line) |
| Remove leading blank spaces from a string. More...
|
|
vtkPEnSightReaderCellIds * | GetCellIds (int index, int cellType) |
| Get the list for the given output index and cell type. More...
|
|
vtkPEnSightReaderCellIds * | GetPointIds (int index) |
| Distributed Read Only. More...
|
|
void | AddToBlock (vtkMultiBlockDataSet *output, unsigned int blockNo, vtkDataSet *dataset) |
| Convenience method use to convert the readers from VTK 5 multiblock API to the current composite data infrastructure. More...
|
|
vtkDataSet * | GetDataSetFromBlock (vtkMultiBlockDataSet *output, unsigned int blockNo) |
| Convenience method use to convert the readers from VTK 5 multiblock API to the current composite data infrastructure. More...
|
|
void | SetBlockName (vtkMultiBlockDataSet *output, unsigned int blockNo, const char *name) |
| Set the name of a block. More...
|
|
void | PrepareStructuredDimensionsForDistribution (int partId, int *oldDimensions, int *newDimensions, int *splitDimension, int *splitDimensionBeginIndex, int ghostLevel, vtkUnsignedCharArray *pointGhostArray, vtkUnsignedCharArray *cellGhostArray) |
|
virtual void | SetUseTimeSets (int) |
|
virtual int | GetUseTimeSets () |
|
virtual void | UseTimeSetsOn () |
|
virtual void | UseTimeSetsOff () |
|
virtual void | SetUseFileSets (int) |
|
virtual int | GetUseFileSets () |
|
virtual void | UseFileSetsOn () |
|
virtual void | UseFileSetsOff () |
|
int | CheckOutputConsistency () |
|
virtual void | SetMeasuredFileName (const char *) |
| Set the Measured file name. More...
|
|
virtual void | SetMatchFileName (const char *) |
| Set the Match file name. More...
|
|
int | ReadCaseFile () |
| Read the case file. More...
|
|
int | ReadCaseFileGeometry (char *line) |
| Read the case file. More...
|
|
int | ReadCaseFileVariable (char *line) |
| Read the case file. More...
|
|
int | ReadCaseFileTime (char *line) |
| Read the case file. More...
|
|
int | ReadCaseFileFile (char *line) |
| Read the case file. More...
|
|
vtkIdType | GetTotalNumberOfCellIds (int index) |
| Distributed Read Only. More...
|
|
vtkIdType | GetLocalTotalNumberOfCellIds (int index) |
| Distributed Read Only. More...
|
|
void | InsertNextCellAndId (vtkUnstructuredGrid *, int vtkCellType, vtkIdType numPoints, vtkIdType *points, int partId, int ensightCellType, vtkIdType globalId, vtkIdType numElements) |
| Merge InsertNextCell & GetId->InsertNextId Take Distributed Read into account. More...
|
|
void | InsertVariableComponent (vtkFloatArray *array, int i, int component, float *content, int partId, int ensightCellType, int insertionType) |
| Merge InsertNextCell & GetId->InsertNextId Take Distributed Read into account. More...
|
|
| vtkPGenericEnSightReader () |
|
| ~vtkPGenericEnSightReader () |
|
int | GetMultiProcessLocalProcessId () |
| Multi Process cache. More...
|
|
int | GetMultiProcessNumberOfProcesses () |
| Multi Process cache. More...
|
|