VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
ctdb
c7bPatTable.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2002 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: c7bPatTable.h,v $ $Revision: 1.7 $ $State: Exp $
7
*******************************************************************************/
8
9
//
10
// File c7bPatTable
11
//
12
13
14
#ifndef __DtC7bPatTable
15
#define __DtC7bPatTable
16
17
#include "
ctdb/ctdbDefines.h
"
18
#include <stdio.h>
19
#include "
ctdb/c7NetTypes.h
"
20
21
class
DtC7bPatColumn
;
22
23
// Class: DtC7bPatTable
24
//
25
// The class is public because should not be used but anyone else than
26
// DtC7b.
27
//
28
29
class
DT_DLL_ctdb
DtC7bPatTable
30
{
31
public
:
32
33
DtC7bPatTable
();
34
~
DtC7bPatTable
();
35
36
bool
read(FILE *f);
37
38
struct
Header
39
{
40
DtC7NetU32
myNumColumns
;
41
DtC7NetU32
myColumns
;
42
DtC7NetU32
myNumEntries
;
43
DtC7NetU32
myAllocedEntries
;
44
};
45
46
Header
myHeader
;
47
DtC7bPatColumn
*
myColumns
;
48
49
};
50
51
#endif
52
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)