#include <OpenTissue/configuration.h>
#include <OpenTissue/collision/bvh/bvh_get_all_nodes.h>
#include <boost/shared_ptr.hpp>
#include <map>
Go to the source code of this file.
Namespaces | |
namespace | OpenTissue |
namespace | OpenTissue::bvh |
namespace | OpenTissue::bvh::detail |
Functions | |
template<typename bvh_type , typename bv_ptr , typename height_map > | |
unsigned int | OpenTissue::bvh::detail::compute_heights (bvh_type const &bvh, bv_ptr bv, height_map &heights) |
template<typename bvh_type , typename bv_ptr_container > | |
void | OpenTissue::bvh::get_nodes_at_closest_height (bvh_type const &bvh, unsigned int const &height, bv_ptr_container &nodes) |