VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtTerrainPatchObjectManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsg/vrvOsg.h>
14 
15 #include <set>
16 #include <string>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtOsgTerrainPatchObject;
22 
27  {
28  public:
30  virtual ~DtTerrainPatchObjectManager();
31 
32  typedef std::set<DtOsgTerrainPatchObject*> TerrainPatchObjectSet;
33 
35  virtual const TerrainPatchObjectSet& findTerrainPatchObjects() const;
36 
38  virtual TerrainPatchObjectSet& findTerrainPatchObjects();
39 
41  virtual void registerTerrainPatchObject(DtOsgTerrainPatchObject* obj);
42 
44  virtual void unregisterTerrainPatchObject(DtOsgTerrainPatchObject* obj);
45 
47  static DtTerrainPatchObjectManager& instance(DtDe& de);
48 
50  static std::string theClassName();
51 
52  protected:
55 
57  };
58 }

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)