VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
ctdb
c7bAggModelFeature.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bAggModelFeature.h,v $ $Revision: 1.8 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bAggModelFeature
11
//
12
// Class: DtC7bAggModelFeature
13
//
14
// The class is public because should not be used but anyone else than
15
// DtC7b.
16
//
17
18
#ifndef __DtC7bAggModelFeature
19
#define __DtC7bAggModelFeature
20
21
#include "
ctdb/ctdbDefines.h
"
22
#include <stdio.h>
23
#include "
ctdb/c7NetTypes.h
"
24
25
class
DT_DLL_ctdb
DtC7bAggModelFeature_Little
26
{
27
public
:
28
DtC7NetU16
myReference
;
29
DtNetU8
myReserved
;
30
DtNetU8
myClass
;
31
DtC7NetU16
myoffsetY
;
32
DtC7NetU16
myOffsetX
;
33
};
34
35
class
DT_DLL_ctdb
DtC7bAggModelFeature_Big
36
{
37
public
:
38
DtNetU8
myClass
;
39
DtNetU8
myReserved
;
40
DtC7NetU16
myReference
;
41
DtC7NetU16
myOffsetX
;
42
DtC7NetU16
myoffsetY
;
43
};
44
45
class
DT_DLL_ctdb
DtC7bAggModelFeature
46
{
47
public
:
48
49
DtC7bAggModelFeature
();
50
~
DtC7bAggModelFeature
();
51
52
bool
read(FILE *f);
53
54
DtC7bAggModelFeature_Little
*
myLittle
;
55
DtC7bAggModelFeature_Big
*
myBig
;
56
};
57
58
#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
)