Containers.h

Go to the documentation of this file.
00001 #ifndef _Container_H__
00002 #define _Container_H__
00003 
00004 #include <vector>
00005 using namespace std;
00006 
00007 namespace GtpVisibilityPreprocessor {
00008   class Mesh;
00009   class ViewCell;
00010   class HierarchyNode;
00013   typedef vector<Mesh *> MeshContainer;
00016   typedef vector<ViewCell *> ViewCellContainer;
00019   typedef vector<HierarchyNode *> NodeContainer;
00020 };
00021 
00022 
00023 #endif // _Container_H__
00024 

Generated on Fri Apr 29 19:47:56 2005 for GameTools Visibility Modules by  doxygen 1.4.2