VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
13 
16  : public DtTerrainPagerSpecificCommand<DtOsgEarthTerrainSourcePager>
17 {
18 public:
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:
33 };
34 
36  : public DtTerrainPagerSpecificCommand<DtOsgEarthTerrainSourcePager>
37 {
38 public:
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:
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)