00001 /**\file BVHTree.hpp
00002 * \class moab::BVHTree
00003 * \brief Bounding Volume Hierarchy (sorta like a tree), for sorting and searching entities
00004 * spatially
00005 */
00006
00007 #ifndef BVH_TREE_HPP
00008 #define BVH_TREE_HPP
00009
00010 #include "moab/Interface.hpp"
00011 #include "moab/CartVect.hpp"
00012 #include "moab/BoundBox.hpp"
00013 #include "moab/Tree.hpp"
00014 #include "moab/Range.hpp"
00015 #include "moab/CN.hpp"
00016
00017 #include
00018 #include
00019 #include
00020 #include