moab
MBBSPTree.hpp
Go to the documentation of this file.
00001 #ifndef MBBSPTree_HEADER
00002 #define MBBSPTree_HEADER
00003 
00004 #include "MBInterface.hpp"
00005 #include "MBTypes.h"
00006 
00007 #include "moab/BSPTree.hpp"
00008 typedef moab::BSPTree MBBSPTree;
00009 typedef moab::BSPTreeIter MBBSPTreeIter;
00010 typedef moab::BSPTreeBoxIter MBBSPTreeBoxIter;
00011 
00012 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines