![]() |
VR-Forces 4.10 Class Documentation
|

Classes | |
| class | LodPageInfo |
Public Member Functions | |
| trpgPageManager (void) | |
| virtual | ~trpgPageManager (void) |
| virtual void | Init (trpgr_Archive *) |
| Initialize with an archive. More... | |
| virtual void | Init (trpgr_Archive *inArch, int maxLod) |
| virtual bool | SetPageDistFactor (double) |
| virtual bool | SetLocation (trpg2dPoint &) |
| virtual trpgManagedTile * | GetNextLoad (void) |
| virtual void | AckLoad (std::vector< TileLocationInfo > const &children) |
| virtual void | AckLoad () |
| Using this call with version 2.1 and over will only page lod 0 tiles. More... | |
| virtual void | AddGroupID (trpgManagedTile *, int groupID, void *data) |
| virtual void * | GetGroupData (int groupID) |
| virtual trpgManagedTile * | GetNextUnload (void) |
| virtual void | AckUnload (void) |
| virtual bool | Stop (void) |
| virtual void | Print (trpgPrintBuffer &) |
| Print current status and content information. More... | |
Protected Types | |
| enum | LoadType { Load, Unload, None } |
| Enumerated type for lastLoad. More... | |
| typedef std::map< int, void * > | ManageGroupMap |
| Mapping from group IDs to user defined data. More... | |
Protected Attributes | |
| trpgr_Archive * | archive |
| trpg2dPoint | pagePt |
| Center of paging. More... | |
| std::vector< LodPageInfo > | pageInfo |
| Per terrain lod paging information. More... | |
| LoadType | lastLoad |
| int | lastLod |
| LOD for the pending load/unload requested operation. More... | |
| trpgManagedTile * | lastTile |
| Tile to be loaded/unloaded. More... | |
| double | scale |
| Optional scaling factor. More... | |
| ManageGroupMap | groupMap |
| int | majorVersion |
| Terrapge Version. More... | |
| int | minorVersion |
| bool | valid |
|
protected |
Mapping from group IDs to user defined data.
|
protected |
| trpgPageManager::trpgPageManager | ( | void | ) |
|
virtual |
|
virtual |
Initialize with an archive.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Using this call with version 2.1 and over will only page lod 0 tiles.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Print current status and content information.
|
protected |
|
protected |
Center of paging.
|
protected |
Per terrain lod paging information.
|
protected |
|
protected |
LOD for the pending load/unload requested operation.
|
protected |
Tile to be loaded/unloaded.
|
protected |
Optional scaling factor.
|
protected |
|
protected |
Terrapge Version.
|
protected |
|
protected |