VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
osgdb_vrftxp
trpage_util.h
Go to the documentation of this file.
1
/* ************************
2
Copyright Terrain Experts Inc.
3
Terrain Experts Inc (TERREX) reserves all rights to this source code
4
unless otherwise specified in writing by the President of TERREX.
5
This copyright may be updated in the future, in which case that version
6
supercedes this one.
7
-------------------
8
Terrex Experts Inc.
9
4400 East Broadway #314
10
Tucson, AZ 85711
11
info@terrex.com
12
Tel: (520) 323-7990
13
************************
14
*/
15
16
/* trpage_sys.h
17
System specific declarations.
18
*/
19
20
#ifndef trpage_util_h_
21
#define trpage_util_h_
22
#include <stdlib.h>
23
#include <
osgdb_vrftxp/trpage_read.h
>
24
#include <
osgdb_vrftxp/trpage_write.h
>
25
#include <
osgdb_vrftxp/trpage_scene.h
>
26
27
TX_EXDECL
class
DT_DLL_osgdb_vrftxp
trpgUtil
{
28
public
:
29
enum
{DoReport = 1<<0,DoCopy = 1<<1, DoTileOpt = 1<<2};
30
int
merge(
trpgr_Archive
&inArch1,
trpgr_Archive
&inArch2,
trpgwArchive
&outArch,
int
flags = 0);
31
};
32
#endif
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
)