#include <ParallelBVHNarrowPhase.h>

| Public Member Functions | |
| ParallelBVHNarrowPhasePairTask (sofa::simulation::CpuTask::Status *status, ParallelBVHNarrowPhase *bvhNarrowPhase, std::pair< sofa::core::CollisionModel *, sofa::core::CollisionModel * > pair) | |
| ~ParallelBVHNarrowPhasePairTask () override=default | |
| sofa::simulation::Task::MemoryAlloc | run () final | 
|  Public Member Functions inherited from sofa::simulation::CpuTask | |
| Status * | getStatus (void) const override final | 
| CpuTask (Status *status, int scheduledThread=-1) | |
| virtual | ~CpuTask ()=default | 
|  Public Member Functions inherited from sofa::simulation::Task | |
| Task (int scheduledThread) | |
| virtual | ~Task ()=default | 
| int | getScheduledThread () const | 
| Additional Inherited Members | |
|  Public Attributes inherited from sofa::simulation::Task | |
| int | m_id | 
|  Protected Attributes inherited from sofa::simulation::Task | |
| int | m_scheduledThread | 
|  Static Public Member Functions inherited from sofa::simulation::Task | |
| static void * | operator new (std::size_t sz) | 
| static void | operator delete (void *ptr) | 
| static void | operator delete (void *ptr, std::size_t sz) | 
| static void * | operator new[] (std::size_t sz)=delete | 
| static Task::Allocator * | getAllocator () | 
| static void | setAllocator (Task::Allocator *allocator) | 
| multithreading::component::collision::detection::algorithm::ParallelBVHNarrowPhasePairTask::ParallelBVHNarrowPhasePairTask | ( | sofa::simulation::CpuTask::Status * | status, | 
| ParallelBVHNarrowPhase * | bvhNarrowPhase, | ||
| std::pair< sofa::core::CollisionModel *, sofa::core::CollisionModel * > | pair | ||
| ) | 
| 
 | overridedefault | 
| 
 | finalvirtual | 
Implements sofa::simulation::Task.