vtkDataSetReader - class to read any type of vtk dataset
Super Class: vtkSource
Description:
vtkDataSetReader is a class that provides instance variables and methods to read any type of dataset in visualization library format. The output type of this class will vary depending upon the type of data file.
Caveats:
These vtk formats are not standard. Use other more standard formats when you can.
Methods:
void vtkDataSetReader () | |
void vtkDataSetReader () | |
static vtkDataSetReader *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
unsigned long GetMTime () | |
void SetFileName (char *) | |
char *GetFileName () | |
void SetInputString (char *) | |
void SetInputString (char * ,int ) | |
char *GetInputString () | |
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 () | |
vtkDataSet *GetOutput () | |
void Execute () |
Detailed Method Descriptions:
void SetFileName (char *) | |
char *GetFileName () |
void SetInputString (char *) | |
void SetInputString (char * ,int ) |
char *GetInputString () | |
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 () |
vtkDataSet *GetOutput () |