vtkCuller Class Reference

#include <vtkCuller.h>

Inheritance diagram for vtkCuller:

Inheritance graph
[legend]
Collaboration diagram for vtkCuller:

Collaboration graph
[legend]

List of all members.


Detailed Description

a superclass for prop cullers

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.

See also:
vtkFrustumCoverageCuller

Definition at line 35 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

static int IsTypeOf (const char *type)
static vtkCullerSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkCuller ()
 ~vtkCuller ()

Member Typedef Documentation

Reimplemented from vtkObject.

Reimplemented in vtkFrustumCoverageCuller.

Definition at line 38 of file vtkCuller.h.


Constructor & Destructor Documentation

vtkCuller::vtkCuller (  )  [protected]

vtkCuller::~vtkCuller (  )  [protected]


Member Function Documentation

virtual const char* vtkCuller::GetClassName (  )  [virtual]

Reimplemented from vtkObject.

Reimplemented in vtkFrustumCoverageCuller.

static int vtkCuller::IsTypeOf ( const char *  name  )  [static]

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.

virtual int vtkCuller::IsA ( const char *  name  )  [virtual]

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.

static vtkCuller* vtkCuller::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkObject.

Reimplemented in vtkFrustumCoverageCuller.

virtual void vtkCuller::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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.

virtual double vtkCuller::Cull ( vtkRenderer ren,
vtkProp **  propList,
int &  listLength,
int &  initialized 
) [pure virtual]

This is called outside the render loop by vtkRenderer

Implemented in vtkFrustumCoverageCuller.


The documentation for this class was generated from the following file:

Generated on Sat Dec 27 13:21:28 2008 for VTK by  doxygen 1.5.6