VR-Forces 4.0.4 Class Documentation
include/shape/shapeRecordHeader.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1998 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 #ifndef SHAPERECORDHEADER_H
00007 #define SHAPERECORDHEADER_H
00008 
00009 #include "shape/shapeDefines.h"
00010 #include <stdio.h>
00011 #include <vlutil/vlNetTypes.h>
00012 
00013 // class DtShapeRecordHeader:
00014 //
00015 
00016 class DT_DLL_shape DtShapeRecordHeader
00017 {
00018 
00019 public:
00020 
00021    // default constructor.
00022    DtShapeRecordHeader();
00023 
00024    // destructor
00025 
00026    ~DtShapeRecordHeader();
00027 
00028    bool load(FILE *f);
00029    
00030 
00031    DtNetInt32  myRecordNumber;
00032    DtNetInt32  myContentLength;
00033    DtNetInt32  myType;
00034 };
00035 
00036 #endif

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)