integration/gwnavgenerationglue/defaultgeneratorglue.h Source File
Go to the documentation of this file.
23 virtual Kaim::ITlsAlloc*
GetTlsAlloc() {
return &m_tbbtlsAlloc; }
Provides an abstract base interface for an object that can treat computational jobs in parallel...
Definition: iparallelforinterface.h:36
virtual Kaim::IParallelForInterface * GetParallelFor()
This method is expected to return a pointer to an object that the Generator will use to parallelize c...
Definition: defaultgeneratorglue.h:22
This implementation of Kaim::ITlsAlloc uses the scalable memory allocation functions provided with th...
Definition: tbbtlsalloc.h:18
Definition: defaultgeneratorglue.h:14
An abstract interface for an object that can perform collision queries.
Definition: icollisioninterface.h:25
virtual Kaim::ITlsAlloc * GetTlsAlloc()
This method is expected to return a pointer to an object that the Generator will use to allocate and ...
Definition: defaultgeneratorglue.h:23
This implementation of Kaim::IParallelForInterface uses the open-source Threaded Building Blocks (TBB...
Definition: tbbparallelforinterface.h:22
Default implementation of a class that hooks a third-party parallel processing framework to the NavDa...
Definition: defaultgeneratorglue.h:19
Implementation of ICollisionInterface that uses Bullet.
Definition: bulletcollisioninterface.h:33
Provides an abstract base interface for a class that the Generator can invoke in order to retrieve ob...
Definition: igeneratorglue.h:27