#include "coal/BVH/BVH_internal.h"
#include "coal/BV/kIOS.h"
#include "coal/BV/OBBRSS.h"
#include "coal/BV/AABB.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | coal::BVFitter< BV > |
The class for the default algorithm fitting a bounding volume to a set of points. More... | |
class | coal::BVFitter< AABB > |
Specification of BVFitter for AABB bounding volume. More... | |
class | coal::BVFitter< kIOS > |
Specification of BVFitter for kIOS bounding volume. More... | |
class | coal::BVFitter< OBB > |
Specification of BVFitter for OBB bounding volume. More... | |
class | coal::BVFitter< OBBRSS > |
Specification of BVFitter for OBBRSS bounding volume. More... | |
class | coal::BVFitter< RSS > |
Specification of BVFitter for RSS bounding volume. More... | |
class | coal::BVFitterTpl< BV > |
The class for the default algorithm fitting a bounding volume to a set of points. More... | |
Namespaces | |
coal | |
Main namespace. | |
Functions | |
template<typename BV > | |
void | coal::fit (Vec3s *ps, unsigned int n, BV &bv) |
Compute a bounding volume that fits a set of n points. More... | |
template<> | |
void | coal::fit< AABB > (Vec3s *ps, unsigned int n, AABB &bv) |
template<> | |
void | coal::fit< kIOS > (Vec3s *ps, unsigned int n, kIOS &bv) |
template<> | |
void | coal::fit< OBB > (Vec3s *ps, unsigned int n, OBB &bv) |
template<> | |
void | coal::fit< OBBRSS > (Vec3s *ps, unsigned int n, OBBRSS &bv) |
template<> | |
void | coal::fit< RSS > (Vec3s *ps, unsigned int n, RSS &bv) |