NodeContainer.hpp

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

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