Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

wegstructure.h

00001 /***************************************************************************
00002                           wegstructure.h  -  description
00003         $Id: wegstructure.h 29 2006-07-30 11:50:14Z neoneurone $
00004                              -------------------
00005     begin                : june 17th, 2003
00006     copyright            : (C) 2003-2006 by Duong-Khang NGUYEN
00007     email                : neoneurone @ users sourceforge net
00008  ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   any later version.                                                    *
00016  *                                                                         *
00017  ***************************************************************************/
00018 
00019 #ifndef _OPENCITY_WEGSTRUCTURE_H_
00020 #define _OPENCITY_WEGSTRUCTURE_H_ 1
00021 
00022 #include "structure.h"
00023 
00027 class WEGStructure : public Structure  {
00028 public:
00029     WEGStructure();
00030     WEGStructure( const OPENCITY_STRUCTURE_CODE & enumStructCode );
00031     WEGStructure(
00032         const OPENCITY_STRUCTURE_CODE & enumStructCode,
00033         Structure * pMain );
00034 
00035     virtual ~WEGStructure();  // virtual since Structure's one is
00036 };
00037 
00038 #endif
00039 
00040 
00041 
00042 
00043 
00044 
00045 
00046 
00047 
00048 
00049 
00050 
00051 
00052 
00053 
00054 
00055 
00056 
00057 
00058 
00059 
00060 
00061 
00062 
00063 
00064 
00065 
00066 
00067 
00068 
00069 

Generated on Sat Nov 11 10:21:10 2006 for OpenCity by  doxygen 1.4.2