#include <vtkCuller.h>
Inheritance diagram for vtkCuller:
A culler has a cull method called by the vtkRenderer. The cull method is called before any rendering is performed, and it allows the culler to do some processing on the props and to modify their AllocatedRenderTime and re-order them in the prop list.
Definition at line 49 of file vtkCuller.h.
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
virtual double | Cull (vtkRenderer *ren, vtkProp **propList, int &listLength, int &initialized)=0 |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkCuller * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCuller () | |
~vtkCuller () |
|
Reimplemented from vtkObject. Reimplemented in vtkFrustumCoverageCuller. Definition at line 52 of file vtkCuller.h. |
|
|
|
|
|
Reimplemented from vtkObject. Reimplemented in vtkFrustumCoverageCuller. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. Reimplemented in vtkFrustumCoverageCuller. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkObject. Reimplemented in vtkFrustumCoverageCuller. |
|
Reimplemented from vtkObject. Reimplemented in vtkFrustumCoverageCuller. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkObject. Reimplemented in vtkFrustumCoverageCuller. |
|
This is called outside the render loop by vtkRenderer Implemented in vtkFrustumCoverageCuller. |