![]() |
VR-Forces 4.8 Class Documentation
|
visitor which resets the node mask for everything it visits More...

Public Member Functions | |
| DtNodeMaskClearer (bool processProxyNodes, unsigned int clearMask) | |
| Constructor, if processProxyNodes is false then proxys will not be traversed clearMask is the mask to use when setting the node mask on every node. More... | |
| virtual | ~DtNodeMaskClearer () |
| Destructor. More... | |
Private Member Functions | |
| DtNodeMaskClearer (const DtNodeMaskClearer &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtNodeMaskClearer & | operator= (const DtNodeMaskClearer &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
| bool | myProcessProxyNodes |
| unsigned int | myClearMask |
| virtual void | apply (osg::Node &node) |
| overrides of the NodeVisitor apply functions which set the node masks approprately More... | |
| virtual void | apply (osg::PagedLOD &node) |
| virtual void | apply (osg::ProxyNode &node) |
visitor which resets the node mask for everything it visits
Constructor, if processProxyNodes is false then proxys will not be traversed clearMask is the mask to use when setting the node mask on every node.
|
virtual |
Destructor.
|
private |
Copy Constructor not implemented – Copy Not Allowed.
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
virtual |
overrides of the NodeVisitor apply functions which set the node masks approprately
|
virtual |
|
virtual |
|
protected |