Inheritance diagram for osg::Drawable::CullCallback:

Public Member Functions | |
| CullCallback () | |
| CullCallback (const CullCallback &, const CopyOp &) | |
| META_Object (osg, CullCallback) | |
| virtual bool | cull (osg::NodeVisitor *, osg::Drawable *, osg::State *) const |
| osg::Drawable::CullCallback::CullCallback | ( | ) | [inline] |
| osg::Drawable::CullCallback::CullCallback | ( | const CullCallback & | , | |
| const CopyOp & | ||||
| ) | [inline] |
| virtual bool osg::Drawable::CullCallback::cull | ( | osg::NodeVisitor * | , | |
| osg::Drawable * | , | |||
| osg::State * | ||||
| ) | const [inline, virtual] |
do customized cull code, return true if drawable should be culled.
Reimplemented in osg::ClusterCullingCallback.
| osg::Drawable::CullCallback::META_Object | ( | osg | , | |
| CullCallback | ||||
| ) |
1.4.7