EdgeContainer.hpp

Go to the documentation of this file.
00001 //-----------------------------------------------------------------------------
00002 // Author: Jim Holmström
00003 // Date:   2002-02-13
00004 //-----------------------------------------------------------------------------
00005 
00006 #ifndef __EDGECONTAINER_H
00007 #define __EDGECONTAINER_H
00008 
00009 #include <vector>
00010 class GNGEdge;
00011 
00015 class EdgeContainer : public std::vector<GNGEdge *> {};
00016 
00017 #endif

Generated on Mon Mar 22 16:40:47 2004 for GNG_GL by doxygen 1.3.6