Template Class BVFitter< AABB >

Inheritance Relationships

Base Type

Class Documentation

template<>
class BVFitter<AABB> : public hpp::fcl::BVFitterTpl<AABB>

Specification of BVFitter for AABB bounding volume.

Public Functions

virtual AABB fit(unsigned int *primitive_indices, unsigned int num_primitives)

Compute a bounding volume that fits a set of primitives (points or triangles). The primitive data was set by set function and primitive_indices is the primitive index relative to the data.