vtkFieldDataWriter - write vtk field data
Super Class: vtkWriter
Description:
vtkFieldDataWriter is a source object that writes ASCII or binary field data files in vtk format. Field data is a general form of data in matrix form.
Caveats:
Binary files written on one system may not be readable on other systems.
See Also:
Methods:
![]() | void vtkFieldDataWriter () |
![]() | void vtkFieldDataWriter () |
![]() | static vtkFieldDataWriter *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | void SetInput (vtkDataObject *) |
![]() | vtkDataObject *GetInput () |
![]() | void SetFileName (char *) |
![]() | char *GetFileName () |
![]() | void SetHeader (char *) |
![]() | char *GetHeader () |
![]() | void SetFileType (int ) |
![]() | int GetFileType () |
![]() | void SetFileTypeToASCII () |
![]() | void SetFileTypeToBinary () |
![]() | void SetFieldDataName (char *) |
![]() | char *GetFieldDataName () |
![]() | void SetInput (vtkDataObject &) |
![]() | void WriteData () |
Detailed Method Descriptions:
![]() | void SetInput (vtkDataObject *) |
![]() | vtkDataObject *GetInput () |
![]() | void SetFileName (char *) |
![]() | char *GetFileName () |
![]() | void SetHeader (char *) |
![]() | char *GetHeader () |
![]() | void SetFileType (int ) |
![]() | int GetFileType () |
![]() | void SetFileTypeToASCII () |
![]() | void SetFileTypeToBinary () |
![]() | void SetFieldDataName (char *) |
![]() | char *GetFieldDataName () |
![]() | void SetInput (vtkDataObject &) |