Documentation for vtkDataSetWriter

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:

Set / get the input data or filter.

void SetInput (vtkDataSet *)
void SetInput (vtkImageCache *)
vtkDataSet *GetInput ()

For legacy compatibility. Do not use.

void SetInput (vtkDataSet &)