Documentation for vtkUnstructuredGridWriter

vtkUnstructuredGridWriter - write vtk unstructured grid data file

Super Class: vtkDataWriter

Description:

vtkUnstructuredGridWriter is a source object that writes ASCII or binary unstructured grid data files in vtk format. See text for format details.

 

Caveats:

Binary files written on one system may not be readable on other systems.

 

Methods:

void vtkUnstructuredGridWriter ()
static vtkUnstructuredGridWriter *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetInput (vtkUnstructuredGrid *)
vtkUnstructuredGrid *GetInput ()
void SetInput (vtkUnstructuredGrid &)
void WriteData ()

 

Detailed Method Descriptions:

Specify the input data or filter.

void SetInput (vtkUnstructuredGrid *)
vtkUnstructuredGrid *GetInput ()

For legacy compatibiltiy. Do not use.

void SetInput (vtkUnstructuredGrid &)