Section: Visualization Toolkit IO Classes
To create an instance of class vtkXMLUnstructuredDataWriter, simply invoke its constructor as follows
obj = vtkXMLUnstructuredDataWriter
obj
is an instance of the vtkXMLUnstructuredDataWriter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkXMLUnstructuredDataWriter = obj.NewInstance ()
vtkXMLUnstructuredDataWriter = obj.SafeDownCast (vtkObject o)
obj.SetNumberOfPieces (int )
- Get/Set the number of pieces used to stream the image through the
pipeline while writing to the file.
int = obj.GetNumberOfPieces ()
- Get/Set the number of pieces used to stream the image through the
pipeline while writing to the file.
obj.SetWritePiece (int )
- Get/Set the piece to write to the file. If this is
negative or equal to the NumberOfPieces, all pieces will be written.
int = obj.GetWritePiece ()
- Get/Set the piece to write to the file. If this is
negative or equal to the NumberOfPieces, all pieces will be written.
obj.SetGhostLevel (int )
- Get/Set the ghost level used to pad each piece.
int = obj.GetGhostLevel ()
- Get/Set the ghost level used to pad each piece.