Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkCellDataToPointData, simply invoke its constructor as follows
obj = vtkCellDataToPointData
obj
is an instance of the vtkCellDataToPointData class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkCellDataToPointData = obj.NewInstance ()
vtkCellDataToPointData = obj.SafeDownCast (vtkObject o)
obj.SetPassCellData (int )
- Control whether the input cell data is to be passed to the output. If
on, then the input cell data is passed through to the output; otherwise,
only generated point data is placed into the output.
int = obj.GetPassCellData ()
- Control whether the input cell data is to be passed to the output. If
on, then the input cell data is passed through to the output; otherwise,
only generated point data is placed into the output.
obj.PassCellDataOn ()
- Control whether the input cell data is to be passed to the output. If
on, then the input cell data is passed through to the output; otherwise,
only generated point data is placed into the output.
obj.PassCellDataOff ()
- Control whether the input cell data is to be passed to the output. If
on, then the input cell data is passed through to the output; otherwise,
only generated point data is placed into the output.