SOFA plugin: MultiThreading  master
Open source framework for multi-physics simuation
multithreading::component::collision::detection::algorithm::ParallelBVHNarrowPhasePairTask Class Reference

#include <ParallelBVHNarrowPhase.h>

Inheritance diagram for multithreading::component::collision::detection::algorithm::ParallelBVHNarrowPhasePairTask:

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
StatusgetStatus (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::AllocatorgetAllocator ()
 
static void setAllocator (Task::Allocator *allocator)
 

Constructor details

◆ ParallelBVHNarrowPhasePairTask()

multithreading::component::collision::detection::algorithm::ParallelBVHNarrowPhasePairTask::ParallelBVHNarrowPhasePairTask ( sofa::simulation::CpuTask::Status status,
ParallelBVHNarrowPhase bvhNarrowPhase,
std::pair< sofa::core::CollisionModel *, sofa::core::CollisionModel * >  pair 
)

◆ ~ParallelBVHNarrowPhasePairTask()

multithreading::component::collision::detection::algorithm::ParallelBVHNarrowPhasePairTask::~ParallelBVHNarrowPhasePairTask ( )
overridedefault

Function details

◆ run()

sofa::simulation::Task::MemoryAlloc multithreading::component::collision::detection::algorithm::ParallelBVHNarrowPhasePairTask::run ( )
finalvirtual