Section: Visualization Toolkit Rendering Classes
It implements classic Render operations as well as versions with property key checking.
This pass expects an initialized depth buffer and color buffer. Initialized buffers means they have been cleared with farest z-value and background color/gradient/transparent color.
To create an instance of class vtkDefaultPass, simply invoke its constructor as follows
obj = vtkDefaultPass
obj
is an instance of the vtkDefaultPass class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkDefaultPass = obj.NewInstance ()
vtkDefaultPass = obj.SafeDownCast (vtkObject o)