VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfObjectTerrainPreloadManager.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
16 
20 {
22  : geometryList(list), lookaheadTime(time) {}
24  double lookaheadTime;
25 };
26 
37 {
38 private:
40 
44 public:
46 
49 
52  virtual DtTerrainPagingGeometryList preloadGeometry(double seconds);
53 
57  virtual void addProvider(DtProviderCallbackList::DtCallbackFunctionType fcn, void* usrData);
59  virtual void removeProvider(DtProviderCallbackList::DtCallbackFunctionType fcn, void* usrData);
60 
61 protected:
63 };
std::list< std::pair< DtPagingMetaDataPtr, DtTerrainPagingGeometryPtr > > DtTerrainPagingGeometryList
Definition: terrainPagingGeometry.h:92
DtProviderCallbackList myProviderCallbackList
Definition: vrfObjectTerrainPreloadManager.h:62
DtVrfObjectTerrainPreloadArgs(DtTerrainPagingGeometryList &list, double time)
Definition: vrfObjectTerrainPreloadManager.h:21
DtCallbackList< DtVrfObjectTerrainPreloadArgs & > DtProviderCallbackList
Definition: vrfObjectTerrainPreloadManager.h:45
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
The arguments passed into provider callback functions registered with a DtVrfObjectTerrainPreloadMana...
Definition: vrfObjectTerrainPreloadManager.h:19
DtTerrainPagingGeometryList & geometryList
Definition: vrfObjectTerrainPreloadManager.h:23
This manager is on a per-DtVrfObject level, and is responsible for knowing what terrain areas an obje...
Definition: vrfObjectTerrainPreloadManager.h:36
double lookaheadTime
Definition: vrfObjectTerrainPreloadManager.h:24

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)