VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
makVrv::DtHeightMapDrawableCullCallback Struct Reference

Cull callback used to prevent the height map camera from rendering anything for any views that are not this cameras specific view.

Inheritance diagram for makVrv::DtHeightMapDrawableCullCallback:
Inheritance graph
[legend]

Public Member Functions

 DtHeightMapDrawableCullCallback (osg::View *view)
 
virtual bool run (osg::Object *object, osg::Object *data)
 

Protected Member Functions

virtual ~DtHeightMapDrawableCullCallback ()
 

Protected Attributes

osg::View * myView
 

Private Member Functions

 DtHeightMapDrawableCullCallback ()=delete
 
 DtHeightMapDrawableCullCallback (const DtHeightMapDrawableCullCallback &other)=delete
 
DtHeightMapDrawableCullCallbackoperator= (const DtHeightMapDrawableCullCallback &other)=delete
 

Constructor & Destructor Documentation

makVrv::DtHeightMapDrawableCullCallback::DtHeightMapDrawableCullCallback ( osg::View *  view)

constructor

virtual makVrv::DtHeightMapDrawableCullCallback::~DtHeightMapDrawableCullCallback ( )
protectedvirtual

destructor

makVrv::DtHeightMapDrawableCullCallback::DtHeightMapDrawableCullCallback ( )
privatedelete

Default Constructor not implemented.

makVrv::DtHeightMapDrawableCullCallback::DtHeightMapDrawableCullCallback ( const DtHeightMapDrawableCullCallback other)
privatedelete

Copy Constructor not implemented – Copy Not Allowed.

Member Function Documentation

DtHeightMapDrawableCullCallback& makVrv::DtHeightMapDrawableCullCallback::operator= ( const DtHeightMapDrawableCullCallback other)
privatedelete

Assignment Operator Not implemented – Assignment Not Allowed.

virtual bool makVrv::DtHeightMapDrawableCullCallback::run ( osg::Object *  object,
osg::Object *  data 
)
virtual

called when the callback is triggered, used to limit the camera traversal from only happening for the correct view

Member Data Documentation

osg::View* makVrv::DtHeightMapDrawableCullCallback::myView
protected

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

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)