VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
osgdb_vrftxp
TXPPageManager.h
Go to the documentation of this file.
1
/***************************************************************************
2
* December 2003
3
*
4
* This TerraPage loader was re-written in a fashion to use PagedLOD
5
* to manage paging entirely, also includes a version of Terrex's smart mesh
6
* adapted to work with PagedLOD. The essential code by Boris Bralo is still present,
7
* slight modified.
8
* nick at terrex dot com
9
*
10
* Ported to PagedLOD technology by Trajce Nikolov (Nick) & Robert Osfield
11
*****************************************************************************/
12
13
/***************************************************************************
14
* OpenSceneGraph loader for Terrapage format database
15
* by Boris Bralo 2002
16
*
17
* based on/modifed sgl (Scene Graph Library) loader by Bryan Walsh
18
*
19
* This loader is based on/modified from Terrain Experts Performer Loader,
20
* and was ported to SGL by Bryan Walsh / bryanw at earthlink dot net
21
*
22
* That loader is redistributed under the terms listed on Terrain Experts
23
* website (www.terrex.com/www/pages/technology/technologypage.htm)
24
*
25
* "TerraPage is provided as an Open Source format for use by anyone...
26
* We supply the TerraPage C++ source code free of charge. Anyone
27
* can use it and redistribute it as needed (including our competitors).
28
* We do, however, ask that you keep the TERREX copyrights intact."
29
*
30
* Copyright Terrain Experts Inc. 1999.
31
* All Rights Reserved.
32
*
33
*****************************************************************************/
34
#ifndef __TXPPAGEMANAGER_H_
35
#define __TXPPAGEMANAGER_H_
36
37
#include "
trpage_sys.h
"
38
#include "
trpage_read.h
"
39
#include "
trpage_managers.h
"
40
41
#include <osg/Referenced>
42
43
namespace
txp
44
{
45
class
TXPPageManager
:
public
trpgPageManager
,
public
osg::Referenced
46
{
47
public
:
48
TXPPageManager
();
49
50
protected
:
51
virtual
~TXPPageManager
();
52
53
};
54
55
}
56
57
#endif
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
)