VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
ctdb
c7bPatchGroupHeader.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bPatchGroupHeader.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bPatchGroupHeader
11
//
12
13
14
#ifndef __DtC7bPatchGroupHeader
15
#define __DtC7bPatchGroupHeader
16
17
#include "
ctdb/ctdbDefines.h
"
18
#include <stdio.h>
19
#include "
ctdb/c7NetTypes.h
"
20
21
// Class: DtC7bPatchGroupHeader
22
//
23
// The class is public because should not be used but anyone else than
24
// DtC7b.
25
//
26
27
class
DT_DLL_ctdb
DtC7bPatchGroupHeaderLocal
28
{
29
public
:
30
DtC7NetU32
myOffset
;
31
DtC7NetU32
myPatchData
;
32
};
33
34
class
DT_DLL_ctdb
DtC7bPatchGroupHeader
35
{
36
public
:
37
38
DtC7bPatchGroupHeader
();
39
~
DtC7bPatchGroupHeader
();
40
41
bool
read(FILE *f);
42
43
bool
containsTins();
44
bool
patchOccupied(
int
patch);
45
bool
patchTerrainElementsNeeds16(
int
patch);
46
bool
patchHasNoTerrainElements(
int
patch);
47
bool
patchIsWater(
int
patch);
48
DtC7NetU32
patchData();
49
50
DtC7bPatchGroupHeaderLocal
myStruct
;
51
bool
mySourceIsLittleEndian
;
52
};
53
54
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)