VR-Forces 4.1.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  virtual void requestNodeFile(const std::string& fileName, osg::NodePath& nodePath,
32  float priority, const osg::FrameStamp* framestamp,
33  osg::ref_ptr<osg::Referenced>& databaseRequestRef,
34  const osg::Referenced* options);
35 
36 };

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)