vtkPDataSetReader will read a piece of a file, it takes as input a metadata file that lists all of the files in a data set.
|
| virtual void | SetFileName (const char *) |
| virtual char * | GetFileName () |
| static vtkPDataSetReader * | New () |
Public Types |
| typedef vtkDataSetAlgorithm | Superclass |
Public Member Functions |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| int | CanReadFile (const char *filename) |
|
| virtual int | GetDataType () |
Static Public Member Functions |
| static int | IsTypeOf (const char *type) |
| static vtkPDataSetReader * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| | vtkPDataSetReader () |
| | ~vtkPDataSetReader () |
| virtual int | RequestDataObject (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| void | ReadPVTKFileInformation (ifstream *fp, vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| void | ReadVTKFileInformation (ifstream *fp, vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | PolyDataExecute (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | UnstructuredGridExecute (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | ImageDataExecute (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| int | StructuredGridExecute (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| void | CoverExtent (int ext[6], int *pieceMask) |
| vtkDataSet * | CheckOutput () |
| void | SetNumberOfPieces (int num) |
| ifstream * | OpenFile (const char *) |
| int | ReadXML (ifstream *file, char **block, char **param, char **value) |
| void | SkipFieldData (ifstream *file) |
Protected Attributes |
| int | VTKFileFlag |
| int | StructuredFlag |
| char * | FileName |
| int | DataType |
| int | NumberOfPieces |
| char ** | PieceFileNames |
| int ** | PieceExtents |