VR-Forces 4.1.1 Class Documentation
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

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)