vtkStructuredGridWriter - write vtk structured grid data file
Super Class: vtkDataWriter
Description:
vtkStructuredGridWriter is a source object that writes ASCII or binary structured 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 vtkStructuredGridWriter () |
![]() | static vtkStructuredGridWriter *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void SetInput (vtkStructuredGrid *) |
![]() | vtkStructuredGrid *GetInput () |
![]() | void SetInput (vtkStructuredGrid &) |
![]() | void WriteData () |
Detailed Method Descriptions:
![]() | void SetInput (vtkStructuredGrid *) |
![]() | vtkStructuredGrid *GetInput () |
![]() | void SetInput (vtkStructuredGrid &) |