vtkDataReader - helper class for objects that read vtk data files
Super Class: vtkObject
Description:
vtkDataReader is a helper class that reads the vtk data file header, dataset type, and attribute data (point and cell attributes such as scalars, vectors, normals, etc.) from a vtk data file. See text for format.
Methods:
Detailed Method Descriptions:
![]()
| void SetFileName (char *) | |
| char *GetFileName () |
![]()
| void SetInputString (char *) | |
| char *GetInputString () | |
| void SetInputString (char * ,int ) |
![]()
| char *GetHeader () |
![]()
| void SetReadFromInputString (int ) | |
| int GetReadFromInputString () | |
| void ReadFromInputStringOn () | |
| void ReadFromInputStringOff () |
![]()
| int GetFileType () |
![]()
| void SetScalarsName (char *) | |
| char *GetScalarsName () |
![]()
| void SetVectorsName (char *) | |
| char *GetVectorsName () |
![]()
| void SetTensorsName (char *) | |
| char *GetTensorsName () |
![]()
| void SetNormalsName (char *) | |
| char *GetNormalsName () |
![]()
| void SetTCoordsName (char *) | |
| char *GetTCoordsName () |
![]()
| void SetLookupTableName (char *) | |
| char *GetLookupTableName () |
![]()
| void SetFieldDataName (char *) | |
| char *GetFieldDataName () |
![]()
| int OpenVTKFile () |
![]()
| int ReadHeader () |
![]()
| int ReadCellData (vtkDataSet * ,int ) |
![]()
| int ReadPointData (vtkDataSet * ,int ) |
![]()
| int ReadPoints (vtkPointSet * ,int ) |
![]()
| int ReadCells (int ,int *) |
![]()
| int ReadCoordinates (vtkRectilinearGrid * ,int ,int ) |
![]()
| int Read (char *) | |
| int Read (unsigned char *) | |
| int Read (short *) | |
| int Read (unsigned short *) | |
| int Read (int *) | |
| int Read (unsigned int *) | |
| int Read (long *) | |
| int Read (unsigned long *) | |
| int Read (float *) | |
| int Read (double *) |
![]()
| void CloseVTKFile () |
![]()
| int ReadLine (char ) |
![]()
| int ReadString (char ) |
![]()
| char *LowerCase (char *) |
![]()
| void EatWhiteSpace () |
![]()
| unknown *GetIStream () |
![]()