vtkDataSetWriter - write any type of vtk dataset to file
Super Class: vtkDataWriter
Description:
vtkDataSetWriter is an abstract class for mapper objects that write their data to disk (or into a communications port). The input to this object is a dataset of any type.
Methods:
void vtkDataSetWriter () | |
static vtkDataSetWriter *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetInput (vtkDataSet *) | |
void SetInput (vtkImageCache *) | |
vtkDataSet *GetInput () | |
void SetInput (vtkDataSet &) | |
void WriteData () |
Detailed Method Descriptions:
void SetInput (vtkDataSet *) | |
void SetInput (vtkImageCache *) | |
vtkDataSet *GetInput () |
void SetInput (vtkDataSet &) |