vtkStructuredPointsWriter - write vtk structured points data file
Super Class: vtkDataWriter
Description:
vtkStructuredPointsWriter is a source object that writes ASCII or binary structured points data in vtk file format. See text for format details.
Caveats:
Binary files written on one system may not be writable on other systems.
Methods:
| static vtkStructuredPointsWriter *New () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| void SetInput (vtkStructuredPoints *) | |
| void SetInput (vtkImageCache *) | |
| vtkStructuredPoints *GetInput () | |
| void SetInput (vtkStructuredPoints &) | |
| void WriteData () |
Detailed Method Descriptions:
![]()
| void SetInput (vtkStructuredPoints *) | |
| void SetInput (vtkImageCache *) | |
| vtkStructuredPoints *GetInput () |
![]()
| void SetInput (vtkStructuredPoints &) |
![]()