|
| vtkPEnSightGoldReader () |
|
| ~vtkPEnSightGoldReader () |
|
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[256], 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[256], const char *name, vtkMultiBlockDataSet *output) |
| Read a structured part from the geometry file and create a vtkImageData output. More...
|
|
int | ReadOrSkipCoordinates (vtkPoints *points, long offset, int partId, int *lineRead, char *line, 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 | CheckForUndefOrPartial (const char *line) |
| Skip next line in file if the 'undef' or 'partial' keyword was specified after a sectional keyword. More...
|
|
|
virtual void | SetGeometryFileName (const char *) |
| Set/Get the Model file name. More...
|
|
virtual char * | GetGeometryFileName () |
| Set/Get the Model file name. More...
|
|
|
virtual void | SetMeasuredFileName (const char *) |
| Set/Get the Measured file name. More...
|
|
virtual char * | GetMeasuredFileName () |
| Set/Get the Measured file name. More...
|
|
|
virtual void | SetMatchFileName (const char *) |
| Set/Get the Match file name. More...
|
|
virtual char * | GetMatchFileName () |
| Set/Get the Match file name. 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 | CreateUnstructuredGridOutput (int partId, char line[80], const char *name, vtkMultiBlockDataSet *output)=0 |
| Read an unstructured part (partId) from the geometry file and create a vtkUnstructuredGrid output. 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 () |
|
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...
|
|