VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
shape
shapeRecordHeader.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 1998 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
6
#ifndef SHAPERECORDHEADER_H
7
#define SHAPERECORDHEADER_H
8
9
#include "
shape/shapeDefines.h
"
10
#include <stdio.h>
11
#include <vlutil/vlNetTypes.h>
12
13
// class DtShapeRecordHeader:
14
//
15
16
class
DT_DLL_shape
DtShapeRecordHeader
17
{
18
19
public
:
20
21
// default constructor.
22
DtShapeRecordHeader
();
23
24
// destructor
25
26
~
DtShapeRecordHeader
();
27
28
bool
load(FILE *f);
29
30
31
DtNetInt32
myRecordNumber
;
32
DtNetInt32
myContentLength
;
33
DtNetInt32
myType
;
34
};
35
36
#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
)