VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtLightPointVisitor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
13 
14 #include <osg/NodeVisitor>
15 #include <osgSim/LightPoint>
16 #include <osgSim/LightPointNode>
17 #include <osg/observer_ptr>
18 namespace makVrv
19 {
23  class DT_DLL_VRVOSG DtLightPointVisitor : public osg::NodeVisitor
24  {
25 
26  public:
27 
30  typedef osg::observer_ptr<osgSim::LightPointNode> LightPointNodeObs;
31  typedef std::vector<LightPointNodeObs> LightPointNodeObsVec;
32 
35 
37  virtual ~DtLightPointVisitor();
38 
43  virtual void apply(osg::Node& node);
44 
46  virtual const LightPointNodeObsVec& foundLightPoints() const;
47 
48  protected:
49 
51  };
52 
53 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)