VR-Forces Development_Version 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
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
29
static
DtTerrainPagerCommand
* create(
DtPagingMetaDataPtr
metaData);
30
31
protected
:
32
DtTileKeyList
myTilesToAdd
;
33
};
34
35
class
DT_DLL_vantageTerrainImplementation
DtPageOutTilesCommand
36
:
public
DtTerrainPagerSpecificCommand
<DtOsgEarthTerrainSourcePager>
37
{
38
public
:
39
DtPageOutTilesCommand
(
DtPagingMetaDataPtr
metaData);
40
virtual
~
DtPageOutTilesCommand
();
41
42
virtual
void
execute
(
DtOsgEarthTerrainSourcePager
* terrainPager);
43
45
virtual
const
int
type
()
const
;
46
47
virtual
void
setTilesToRemove(
const
DtTileKeyList
tilesToRemove);
48
49
static
DtTerrainPagerCommand
* create(
DtPagingMetaDataPtr
metaData);
50
51
protected
:
52
DtTileKeyList
myTilesToRemove
;
53
};
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
)