VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvOsg
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
34
DtLightPointVisitor
();
35
37
virtual
~
DtLightPointVisitor
();
38
43
virtual
void
apply(osg::Node& node);
44
46
virtual
const
LightPointNodeObsVec
& foundLightPoints()
const
;
47
48
protected
:
49
50
LightPointNodeObsVec
myLightPoints
;
51
};
52
53
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)