VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOsgEarthLightPointInstaller.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvOsg/vrvOsg.h>
13 
14 #include <osg/NodeCallback>
16 
17 namespace makVrv
18 {
19  class DtOsgTerrainPatchObject;
27  {
29  protected:
32 
33  public: // DtOsgEarthFeatureDataBroker::Callback interface
34 
36  virtual void onLayerLoaded(const osgEarth::MapNode* mapNode, const osgEarth::ModelLayer* layer);
37 
40  virtual void onDataPreMerge(const osgEarth::Map* map, const osgEarth::ModelLayer* layer, osg::Node* data);
41 
43  virtual void onDataLoaded(const osgEarth::Map* map, const osgEarth::ModelLayer* layer, const osg::Node* data);
44 
45  public:
48  static const char* className();
49 
50  protected:
53 
54  protected:
55  static const char* myClassName;
56 
57  protected:
60  };
61 
66  {
67 
68  public:
71  static DtOsgEarthLightPointInstallerCreator& instance(DtDe& de);
72 
74  static void registerInstance(DtDe& de,
76 
78  virtual DtOsgEarthLightPointInstaller* create(DtDe& de, DtOsgTerrainPatchObject& patch);
79  };
80 }

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)