Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkBSPCuts, simply invoke its constructor as follows
obj = vtkBSPCuts
obj
is an instance of the vtkBSPCuts class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkBSPCuts = obj.NewInstance ()
vtkBSPCuts = obj.SafeDownCast (vtkObject o)
obj.CreateCuts (double bounds, int ncuts, int dim, double coord, int lower, int upper, double lowerDataCoord, double upperDataCoord, int npoints)
obj.CreateCuts (vtkKdNode kd)
vtkKdNode = obj.GetKdNodeTree ()
int = obj.GetNumberOfCuts ()
int = obj.GetArrays (int len, int dim, double coord, int lower, int upper, double lowerDataCoord, double upperDataCoord, int npoints)
int = obj.Equals (vtkBSPCuts other, double tolerance)
- Compare these cuts with those of the other tree. Returns true if
the two trees are the same.
obj.PrintTree ()
obj.PrintArrays ()