VR-Forces 4.3.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvOsg
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
>
13
#include <
vrvUtil/DtVirtualBaseClass.h
>
14
15
#include <set>
16
#include <string>
17
18
namespace
makVrv
19
{
20
class
DtDe;
21
class
DtOsgTerrainPatchObject;
22
26
class
DT_DLL_VRVOSG
DtTerrainPatchObjectManager
:
public
DtVirtualBaseClass
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
:
54
DtTerrainPatchObjectManager
();
55
56
TerrainPatchObjectSet
myTerrainPatchObjects
;
57
};
58
}
Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)