VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vantageTerrainImplementation
osgEarthCommands.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vantageTerrainImplementation/terrainPagerCommand.h
"
12
#include "
vantageTerrainImplementation/osgEarthTerrainSourcePager.h
"
13
14
#include <
vantageTerrainImplementation/vantageTerrainImplementationDefines.h
>
15
class
DT_DLL_vantageTerrainImplementation
DtPageInTilesCommand
16
:
public
DtTerrainPagerSpecificCommand
<DtOsgEarthTerrainSourcePager>
17
{
18
public
:
19
DtPageInTilesCommand
(
DtPagingMetaDataPtr
metaData);
20
virtual
~
DtPageInTilesCommand
();
21
22
virtual
void
execute
(
DtOsgEarthTerrainSourcePager
* terrainPager);
23
25
virtual
const
int
type
()
const
;
26
27
virtual
void
setTilesToAdd(
const
DtTileKeyList
tilesToAdd);
28
virtual
void
setGeometry(
const
DtTerrainPagingGeometryPtr
& geometryToAdd);
29
30
static
DtTerrainPagerCommand
* create(
DtPagingMetaDataPtr
metaData);
31
32
protected
:
33
DtTileKeyList
myTilesToAdd
;
34
DtTerrainPagingGeometryPtr
myGeometry
;
35
};
36
37
class
DT_DLL_vantageTerrainImplementation
DtPageOutTilesCommand
38
:
public
DtTerrainPagerSpecificCommand
<DtOsgEarthTerrainSourcePager>
39
{
40
public
:
41
DtPageOutTilesCommand
(
DtPagingMetaDataPtr
metaData);
42
virtual
~
DtPageOutTilesCommand
();
43
44
virtual
void
execute
(
DtOsgEarthTerrainSourcePager
* terrainPager);
45
47
virtual
const
int
type
()
const
;
48
49
virtual
void
setTilesToRemove(
const
DtTileKeyList
tilesToRemove);
50
51
static
DtTerrainPagerCommand
* create(
DtPagingMetaDataPtr
metaData);
52
53
protected
:
54
DtTileKeyList
myTilesToRemove
;
55
};
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)