VR-Forces 4.6 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
ctdb
c7bMesAperture.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bMesAperture.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bMesAperture
11
//
12
// Class: DtC7bMesAperture
13
//
14
// The class is public because should not be used but anyone else than
15
// DtC7b.
16
//
17
18
#ifndef __DtC7bMesAperture
19
#define __DtC7bMesAperture
20
21
#include "
ctdb/ctdbDefines.h
"
22
#include <stdio.h>
23
#include "
ctdb/c7NetTypes.h
"
24
25
class
DT_DLL_ctdb
DtC7bMesAperture_Little
26
{
27
public
:
28
DtC7NetInt32
myNumTriangles
;
29
DtC7NetInt32
myFirstTriangleId
;
30
DtC7NetInt32
myNumVertices
;
31
DtC7NetInt32
*
myVertexIds
;
32
33
DtC7NetU16
myEnclosureId1
;
34
DtNetU8
myStepToEnclosure1
;
35
DtNetU8
padding1
;
36
DtC7NetInt32
myWallThickness1
;
37
38
DtC7NetU16
myEnclosureId2
;
39
DtNetU8
myStepToEnclosure2
;
40
DtNetU8
padding2
;
41
DtC7NetInt32
myWallThickness2
;
42
43
DtC7NetU16
myVisible
;
44
DtC7NetU16
myOpen
;
45
};
46
47
class
DT_DLL_ctdb
DtC7bMesAperture_Big
48
{
49
public
:
50
DtC7NetInt32
myNumTriangles
;
51
DtC7NetInt32
myFirstTriangleId
;
52
DtC7NetInt32
myNumVertices
;
53
DtC7NetInt32
*
myVertexIds
;
54
55
DtNetU8
padding1
;
56
DtNetU8
myStepToEnclosure1
;
57
DtC7NetU16
myEnclosureId1
;
58
DtC7NetInt32
myWallThickness1
;
59
60
DtNetU8
padding2
;
61
DtNetU8
myStepToEnclosure2
;
62
DtC7NetU16
myEnclosureId2
;
63
DtC7NetInt32
myWallThickness2
;
64
65
DtC7NetU16
myOpen
;
66
DtC7NetU16
myVisible
;
67
};
68
69
class
DT_DLL_ctdb
DtC7bMesAperture
70
{
71
public
:
72
73
DtC7bMesAperture
();
74
~
DtC7bMesAperture
();
75
76
bool
read(FILE *f);
77
78
const
DtC7NetInt32
& numVertices()
const
;
79
80
DtC7bMesAperture_Little
*
myLittle
;
81
DtC7bMesAperture_Big
*
myBig
;
82
DtC7NetInt32
*
myVertexIds
;
83
};
84
85
#endif
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)