Functions | |
template<typename bvh_type , typename bv_ptr , typename height_map > | |
unsigned int | compute_heights (bvh_type const &bvh, bv_ptr bv, height_map &heights) |
template<typename bvh_type , typename bv_ptr_type , typename bv_ptr_container > | |
unsigned int | visit (bvh_type const &bvh, bv_ptr_type bv, unsigned int const &height, bv_ptr_container &nodes) |
unsigned int OpenTissue::bvh::detail::compute_heights | ( | bvh_type const & | bvh, | |
bv_ptr | bv, | |||
height_map & | heights | |||
) | [inline] |
unsigned int OpenTissue::bvh::detail::visit | ( | bvh_type const & | bvh, | |
bv_ptr_type | bv, | |||
unsigned int const & | height, | |||
bv_ptr_container & | nodes | |||
) | [inline] |