VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtLightPointVisitor Class Reference

DtLightPointVisitor walks the scene graph and collects pointers to the LightPoint nodes. More...

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

Public Member Functions

 DtLightPointVisitor ()
 Default CTOR. More...
 
virtual ~DtLightPointVisitor ()
 Virtual DTOR. More...
 
virtual void apply (osg::Node &node)
 The visitor apply method used to traverse the scene-graph. More...
 
virtual const
LightPointNodeObsSet
foundLightPoints () const
 Returns the list of light points for a terrain. More...
 

Protected Attributes

LightPointNodeObsSet myLightPoints
 

Detailed Description

DtLightPointVisitor walks the scene graph and collects pointers to the LightPoint nodes.

Constructor & Destructor Documentation

makVrv::DtLightPointVisitor::DtLightPointVisitor ( )

Default CTOR.

virtual makVrv::DtLightPointVisitor::~DtLightPointVisitor ( )
virtual

Virtual DTOR.

Member Function Documentation

virtual void makVrv::DtLightPointVisitor::apply ( osg::Node &  node)
virtual

The visitor apply method used to traverse the scene-graph.

Parameters
[in]nodeis the osg::Node being visited.
Note
Called during scene-graph traversal, do not directly call this function.
virtual const LightPointNodeObsSet& makVrv::DtLightPointVisitor::foundLightPoints ( ) const
virtual

Returns the list of light points for a terrain.

Member Data Documentation

LightPointNodeObsSet makVrv::DtLightPointVisitor::myLightPoints
protected

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

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)