Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkCellCenters, simply invoke its constructor as follows
obj = vtkCellCenters
obj
is an instance of the vtkCellCenters class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkCellCenters = obj.NewInstance ()
vtkCellCenters = obj.SafeDownCast (vtkObject o)
obj.SetVertexCells (int )
- Enable/disable the generation of vertex cells. The default
is Off.
int = obj.GetVertexCells ()
- Enable/disable the generation of vertex cells. The default
is Off.
obj.VertexCellsOn ()
- Enable/disable the generation of vertex cells. The default
is Off.
obj.VertexCellsOff ()
- Enable/disable the generation of vertex cells. The default
is Off.