#include <ivf/IvfCulledComposite.h>
Inheritance diagram for CIvfCulledComposite:
Public Member Functions | |
IvfClassInfo ("CIvfCulledComposite", CIvfComposite) | |
void | addChild (CIvfShape *shape) |
void | setUseCulling (bool flag) |
bool | getUseCulling () |
void | setCullView (CIvfView *view) |
CIvfView * | getCullView () |
int | getCullCount () |
Protected Member Functions | |
virtual void | cull () |
virtual void | createGeometry () |
Definition at line 37 of file IvfCulledComposite.h.
|
Add child Adds a CIvfShape object to the composite object.
Reimplemented from CIvfComposite. |
|
Forces an object recalculation. Reimplemented from CIvfComposite. |