VR-Forces 4.0.4 Class Documentation
include/ctdb/c7bTinData.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: c7bTinData.h,v $ $Revision: 1.9 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 //
00010 // File c7bTinData
00011 //
00012 
00013 
00014 #ifndef __DtC7bTinData
00015 #define __DtC7bTinData
00016 
00017 #include "ctdb/ctdbDefines.h"
00018 #include <stdio.h>
00019 #include "ctdb/c7NetTypes.h"
00020 #include "ctdb/c7bGridData.h"
00021 
00022 // Class:    DtC7bTinData
00023 //
00024 // The class is public because should not be used but anyone else than 
00025 // DtC7b.
00026 // 
00027 
00028 class DT_DLL_ctdb DtC7bTinData : public DtC7bGridData
00029 {
00030 public:
00031 
00032    DtC7bTinData(DtNetU8* data);
00033    ~DtC7bTinData();
00034 
00035    bool read(FILE *f);
00036 
00037    DtNetU8        myFeatures[60];
00038    DtC7NetU16       myNumTerrainElements[4];
00039    DtC7NetU32       myTerrainElementsOffsets[4];
00040    DtNetU8        myTeSquareVirtualGridDimensions[4];
00041    DtC7NetU32       myTeSquareVirtualGridOffset[4];
00042 };
00043 
00044 #endif
00045 

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)