Section: Visualization Toolkit Parallel Classes
To create an instance of class vtkTransmitStructuredGridPiece, simply invoke its constructor as follows
obj = vtkTransmitStructuredGridPiece
obj
is an instance of the vtkTransmitStructuredGridPiece class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTransmitStructuredGridPiece = obj.NewInstance ()
vtkTransmitStructuredGridPiece = obj.SafeDownCast (vtkObject o)
obj.SetController (vtkMultiProcessController )
- By defualt this filter uses the global controller,
but this method can be used to set another instead.
vtkMultiProcessController = obj.GetController ()
- By defualt this filter uses the global controller,
but this method can be used to set another instead.
obj.SetCreateGhostCells (int )
- Turn on/off creating ghost cells (on by default).
int = obj.GetCreateGhostCells ()
- Turn on/off creating ghost cells (on by default).
obj.CreateGhostCellsOn ()
- Turn on/off creating ghost cells (on by default).
obj.CreateGhostCellsOff ()
- Turn on/off creating ghost cells (on by default).