VR-Forces Development_Version 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
DtOsgEarthLightPointInstaller.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: $ $Revision: $ $State: $
7
******************************************************************************/
8
12
13
#pragma once
14
#include <
vrvOsg/vrvOsg.h
>
15
#include <
vrvOsg/DtOsgEarthFeatureDataBroker.h
>
16
17
#include <osg/NodeCallback>
18
19
namespace
makVrv
20
{
21
class
DtOsgTerrainPatchObject;
28
class
DT_DLL_VRVOSG
DtOsgEarthLightPointInstaller
:
public
DtOsgEarthFeatureDataBroker::Callback
29
{
30
public
:
32
DtOsgEarthLightPointInstaller
(
DtDe
& de,
DtOsgTerrainPatchObject
& patch);
33
34
public
:
// DtOsgEarthFeatureDataBroker::Callback interface
35
37
void
onLayerLoaded(osgEarth::MapNode* mapNode, osgEarth::ModelLayer* layer);
38
40
void
onDataLoaded(osgEarth::Map* map, osgEarth::ModelLayer* layer, osg::Node* data);
41
42
public
:
45
static
const
char
* className();
46
47
protected
:
49
virtual
~DtOsgEarthLightPointInstaller
() { }
50
51
protected
:
52
static
const
char
*
myClassName
;
53
54
protected
:
55
DtDe
&
myDe
;
56
DtOsgTerrainPatchObject
&
myPatch
;
57
};
58
}
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
)