VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 
17 {
18 
19 public:
20 
21  // default constructor.
23 
24  // destructor
25 
27 
28  bool load(FILE *f);
29 
30 
31  DtNetInt32 myRecordNumber;
32  DtNetInt32 myContentLength;
33  DtNetInt32 myType;
34 };
35 
36 #endif
DtNetInt32 myContentLength
Definition: shapeRecordHeader.h:32
DtNetInt32 myRecordNumber
Definition: shapeRecordHeader.h:31
Definition: shapeRecordHeader.h:16
DtNetInt32 myType
Definition: shapeRecordHeader.h:33
#define DT_DLL_shape
Definition: shapeDefines.h:23

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)