#include <Intersection.h>
|
| BaseIntersector () |
|
| ~BaseIntersector () |
|
template<class Model1 , class Model2 > |
sofa::core::collision::TDetectionOutputVector< Model1, Model2 > * | createOutputVector (Model1 *, Model2 *) |
|
template<class Model1 , class Model2 > |
sofa::core::collision::TDetectionOutputVector< Model1, Model2 > * | getOutputVector (Model1 *, Model2 *, sofa::core::collision::DetectionOutputVector *contacts) |
|
int | beginIntersection (sofa::core::CollisionModel *, sofa::core::CollisionModel *, OutputVector *) |
|
int | endIntersection (sofa::core::CollisionModel *, sofa::core::CollisionModel *, OutputVector *) |
|
◆ BaseIntersector()
sofa::core::collision::BaseIntersector::BaseIntersector |
( |
| ) |
|
|
inline |
◆ ~BaseIntersector()
sofa::core::collision::BaseIntersector::~BaseIntersector |
( |
| ) |
|
|
inline |
◆ beginIntersection()
◆ createOutputVector()
template<class Model1 , class Model2 >
◆ endIntersection()
◆ getOutputVector()
template<class Model1 , class Model2 >