VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsgEarth
DtStreamedFeaturePageVisitor.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2017 VT-MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
15
16
#include <
vrvOsgEarth/vrvOsgEarth.h
>
17
#include <osg/NodeVisitor>
18
19
namespace
osgEarth
20
{
21
namespace
Features
22
{
23
class
CustomFeatureNode;
24
}
25
}
26
27
namespace
osgEarth
28
{
29
namespace
Features
30
{
31
class
DT_DLL_VRVOSGEARTH
DtStreamedFeaturePageVisitor
:
public
osg::NodeVisitor
32
{
33
public
:
35
typedef
std::list<CustomFeatureNode*>
FoundFeatureNodeList
;
36
38
DtStreamedFeaturePageVisitor
();
39
41
virtual
~
DtStreamedFeaturePageVisitor
();
42
44
virtual
const
FoundFeatureNodeList
& foundFeatureNodes();
45
46
public
:
// osg::NodeVisitor overrides
47
48
virtual
void
apply(osg::Node& node);
49
50
protected
:
51
52
// List of found CustomFeatureNodes
53
FoundFeatureNodeList
myFoundFeatureNodeList
;
54
};
55
}
56
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)