hpp-fcl  1.4.4
HPP fork of FCL -- The Flexible Collision Library
hpp::fcl::BVFitter< RSS > Class Template Reference

Specification of BVFitter for RSS bounding volume. More...

#include <hpp/fcl/internal/BV_fitter.h>

Inheritance diagram for hpp::fcl::BVFitter< RSS >:
Collaboration diagram for hpp::fcl::BVFitter< RSS >:

Public Member Functions

RSS fit (unsigned int *primitive_indices, 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. More...
 
- Public Member Functions inherited from hpp::fcl::BVFitterTpl< RSS >
virtual ~BVFitterTpl ()
 default deconstructor More...
 
void set (Vec3f *vertices_, Triangle *tri_indices_, BVHModelType type_)
 Prepare the geometry primitive data for fitting. More...
 
void set (Vec3f *vertices_, Vec3f *prev_vertices_, Triangle *tri_indices_, BVHModelType type_)
 Prepare the geometry primitive data for fitting, for deformable mesh. More...
 
void clear ()
 Clear the geometry primitive data. More...
 

Additional Inherited Members

- Protected Attributes inherited from hpp::fcl::BVFitterTpl< RSS >
Vec3fvertices
 
Vec3fprev_vertices
 
Triangletri_indices
 
BVHModelType type
 

Detailed Description

template<>
class hpp::fcl::BVFitter< RSS >

Specification of BVFitter for RSS bounding volume.

Member Function Documentation

◆ fit()

RSS hpp::fcl::BVFitter< RSS >::fit ( unsigned int *  primitive_indices,
int  num_primitives 
)
virtual

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.

Implements hpp::fcl::BVFitterTpl< RSS >.


The documentation for this class was generated from the following file: