VR-Forces 4.0.4 Class Documentation
include/ctdb/c7bGroup.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: c7bGroup.h,v $ $Revision: 1.8 $ $State: Exp $
00007 *******************************************************************************/
00008 
00009 //
00010 // File c7bGroup
00011 //
00012 
00013 
00014 #ifndef __DtC7bGroup
00015 #define __DtC7bGroup
00016 
00017 #include "ctdb/ctdbDefines.h"
00018 #include <stdio.h>
00019 #include "ctdb/c7NetTypes.h"
00020 
00021 class DtC7bGridData;
00022 class DtC7bTinData;
00023 class DtC7bFeature;
00024 class DtC7bTerrainElement8;
00025 class DtC7bTerrainElement16;
00026 
00027 // Class:    DtC7bGroup
00028 //
00029 // The class is public because should not be used but anyone else than 
00030 // DtC7b.
00031 // 
00032 
00033 class DT_DLL_ctdb DtC7bGroup
00034 {
00035 public:
00036 
00037    DtC7bGroup();
00038    ~DtC7bGroup();
00039 
00040    bool read(FILE *f);
00041 
00042    bool           isTinned;
00043    int            myNumFeatures;
00044    int            myNumTerrainElements8;
00045    int            myNumTerrainElements16;
00046 
00047    DtC7bGridData           *myGridData;   
00048    DtC7bTinData            *myTinData; 
00049    DtC7bFeature            *myFeatures;
00050    DtC7bTerrainElement8    *myTerrainElements8;
00051    DtC7bTerrainElement16   *myTerrainElements16;
00052 };
00053 
00054 #endif
00055 

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)