Interface for fitting a bv given the triangles or points inside it. More...
#include <BV_fitter_base.h>
Public Types | |
using | S = typename BV::S |
Public Member Functions | |
virtual void | clear ()=0 |
clear the temporary data generated. More... | |
virtual BV | fit (unsigned int *primitive_indices, int num_primitives)=0 |
Compute the fitting BV. More... | |
virtual void | set (Vector3< S > *vertices_, Triangle *tri_indices_, BVHModelType type_)=0 |
Set the primitives to be processed by the fitter. More... | |
virtual void | set (Vector3< S > *vertices_, Vector3< S > *prev_vertices_, Triangle *tri_indices_, BVHModelType type_)=0 |
Set the primitives to be processed by the fitter, for deformable mesh. More... | |
Interface for fitting a bv given the triangles or points inside it.
Definition at line 55 of file BV_fitter_base.h.
using fcl::detail::BVFitterBase< BV >::S = typename BV::S |
Definition at line 59 of file BV_fitter_base.h.
|
pure virtual |
clear the temporary data generated.
Implemented in fcl::detail::BVFitter< BV >.
|
pure virtual |
Compute the fitting BV.
Implemented in fcl::detail::BVFitter< BV >.
|
pure virtual |
Set the primitives to be processed by the fitter.
|
pure virtual |
Set the primitives to be processed by the fitter, for deformable mesh.