VR-Forces 4.2 Class Documentation
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 
14 class DtPageInTilesCommand : public DtTerrainPagerSpecificCommand<DtOsgEarthTerrainSourcePager>
15 {
16 public:
18  virtual ~DtPageInTilesCommand();
19 
20  virtual void execute(DtOsgEarthTerrainSourcePager* terrainPager);
21 
23  virtual const int type() const;
24 
25  virtual void setTilesToAdd(const DtTileKeyList tilesToAdd);
26 
28 
29 protected:
31 };
32 
33 class DtPageOutTilesCommand : public DtTerrainPagerSpecificCommand<DtOsgEarthTerrainSourcePager>
34 {
35 public:
37  virtual ~DtPageOutTilesCommand();
38 
39  virtual void execute(DtOsgEarthTerrainSourcePager* terrainPager);
40 
42  virtual const int type() const;
43 
44  virtual void setTilesToRemove(const DtTileKeyList tilesToRemove);
45 
47 
48 protected:
50 };

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)