Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkFrustumCoverageCuller, simply invoke its constructor as follows
obj = vtkFrustumCoverageCuller
obj is an instance of the vtkFrustumCoverageCuller class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkFrustumCoverageCuller = obj.NewInstance ()
vtkFrustumCoverageCuller = obj.SafeDownCast (vtkObject o)
obj.SetMinimumCoverage (double ) - Set/Get the minimum coverage - props with less coverage than this
are given no time to render (they are culled)
double = obj.GetMinimumCoverage () - Set/Get the minimum coverage - props with less coverage than this
are given no time to render (they are culled)
obj.SetMaximumCoverage (double ) - Set/Get the maximum coverage - props with more coverage than this are
given an allocated render time of 1.0 (the maximum)
double = obj.GetMaximumCoverage () - Set/Get the maximum coverage - props with more coverage than this are
given an allocated render time of 1.0 (the maximum)
obj.SetSortingStyle (int ) - Set the sorting style - none, front-to-back or back-to-front
The default is none
int = obj.GetSortingStyleMinValue () - Set the sorting style - none, front-to-back or back-to-front
The default is none
int = obj.GetSortingStyleMaxValue () - Set the sorting style - none, front-to-back or back-to-front
The default is none
int = obj.GetSortingStyle () - Set the sorting style - none, front-to-back or back-to-front
The default is none
obj.SetSortingStyleToNone () - Set the sorting style - none, front-to-back or back-to-front
The default is none
obj.SetSortingStyleToBackToFront () - Set the sorting style - none, front-to-back or back-to-front
The default is none
obj.SetSortingStyleToFrontToBack () - Set the sorting style - none, front-to-back or back-to-front
The default is none
string = obj.GetSortingStyleAsString (void ) - Set the sorting style - none, front-to-back or back-to-front
The default is none