VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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  virtual void setGeometry(const DtTerrainPagingGeometryPtr& geometryToAdd);
29 
30  static DtTerrainPagerCommand* create(DtPagingMetaDataPtr metaData);
31 
32 protected:
35 };
36 
38  : public DtTerrainPagerSpecificCommand<DtOsgEarthTerrainSourcePager>
39 {
40 public:
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:
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)