38 #ifndef FCL_COLLISION_NODE_INL_H 39 #define FCL_COLLISION_NODE_INL_H 74 if(front_list && front_list->size() > 0)
88 if(front_list && front_list->size() > 0)
107 template <
typename S>
110 if(front_list && front_list->size() > 0)
121 template <
typename S>
125 if(front_list && front_list->size() > 0)
136 template <
typename S>
Vector3< S > getCenter() const
Access the center of the BV.
Matrix3< S > getOrientation() const
Access the orientation of the BV.
template class FCL_EXPORT DistanceTraversalNodeBase< double >
template void selfCollide(CollisionTraversalNodeBase< double > *node, BVHFrontList *front_list)
Eigen::Matrix< S, 3, 3 > Matrix3
template class FCL_EXPORT MeshCollisionTraversalNodeOBB< double >
template class FCL_EXPORT MeshCollisionTraversalNodeRSS< double >
Eigen::Matrix< S, 3, 1 > Vector3
const BVHModel< OBB< S > > * model1
The first BVH model.
virtual void preprocess()
Node structure encoding the information required for collision traversal.
Node structure encoding the information required for distance traversal.
template void selfCollisionRecurse(CollisionTraversalNodeBase< double > *node, int b, BVHFrontList *front_list)
template void collide(CollisionTraversalNodeBase< double > *node, BVHFrontList *front_list)
template void propagateBVHFrontListCollisionRecurse(CollisionTraversalNodeBase< double > *node, BVHFrontList *front_list)
template void distance(DistanceTraversalNodeBase< double > *node, BVHFrontList *front_list, int qsize)
template class FCL_EXPORT CollisionTraversalNodeBase< double >
template void distanceRecurse(DistanceTraversalNodeBase< double > *node, int b1, int b2, BVHFrontList *front_list)
const BVNode< BV > & getBV(int id) const
We provide getBV() and getNumBVs() because BVH may be compressed (in future), so we must provide some...
template void distanceQueueRecurse(DistanceTraversalNodeBase< double > *node, int b1, int b2, BVHFrontList *front_list, int qsize)
template void collide2(MeshCollisionTraversalNodeOBB< double > *node, BVHFrontList *front_list)
const BVHModel< OBB< S > > * model2
The second BVH model.
std::list< BVHFrontNode > BVHFrontList
BVH front list is a list of front nodes.
virtual void postprocess()
Traversal node for collision between two meshes if their underlying BVH node is oriented node (OBB...
template void collisionRecurse(CollisionTraversalNodeBase< double > *node, int b1, int b2, BVHFrontList *front_list)