VR-Forces 4.1 Class Documentation
simDatabasePager.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
14 
15 #include <osgDB/DatabasePager>
16 #include <list>
17 
18 class DT_DLL_vantageTerrainImplementation DtSimDatabasePager : public osgDB::DatabasePager
19 {
20 public:
21 
22  virtual void updateSceneGraph(const osg::FrameStamp& frameStamp);
23  virtual std::list<osg::Node*> updateSceneGraphAndReturnChanges(const osg::FrameStamp& frameStamp);
24 
25 protected:
26  std::list<osg::Node*> simAddLoadedDataToSceneGraph(const osg::FrameStamp &frameStamp);
27 
28  //Protected destructor, because this class derives from osg::Referenced
29  virtual ~DtSimDatabasePager();
30 
31 };

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)