VR-Forces 4.6.1 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 DtOsgLightPointManager;
26  {
28  protected:
31 
32  public: // DtOsgEarthFeatureDataBroker::Callback interface
33 
35  virtual void onLayerLoaded(const osgEarth::MapNode* mapNode, const osgEarth::ModelLayer* layer);
36 
39  virtual void onDataPreMerge(const osgEarth::Map* map, const osgEarth::ModelLayer* layer, osg::Node* data);
40 
42  virtual void onDataLoaded(const osgEarth::Map* map, const osgEarth::ModelLayer* layer, const osg::Node* data);
43 
44  public:
47  static const char* className();
48 
49  protected:
52 
53  protected:
54  static const char* myClassName;
55 
57 
58 
59  protected:
61  };
62 
67  {
68 
69  public:
72  static DtOsgEarthLightPointInstallerCreator& instance(DtDe& de);
73 
75  static void registerInstance(DtDe& de,
77 
79  virtual DtOsgEarthLightPointInstaller* create(DtDe& de);
80  };
81 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)