VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOsgEarthEffectTextureInstaller.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvOsg/vrvOsg.h>
16 #include <osg/NodeCallback>
17 
18 namespace makVrv
19 {
20  class DtOsgEffectTextureVisitor;
21 
28  {
29  public:
30  // Constructor
32 
33  public: // DtOsgEarthFeatureDataBroker::Callback interface
34 
35  // Invoked by the broker when the layer is first loaded.
36  void onLayerLoaded(osgEarth::MapNode* mapNode, osgEarth::ModelLayer* layer);
37 
38  // Invoked by the broker when new data arrives.
39  void onDataLoaded(osgEarth::Map* map, osgEarth::ModelLayer* layer, osg::Node* data);
40 
41  protected:
43 
44  private:
46  };
47 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)