gwnavgeneration/generator/igeneratorglue.h Source File
Go to the documentation of this file.
16 class IParallelForInterface;
18 class ICollisionInterface;
27 class IGeneratorGlue :
public RefCountBaseV<IGeneratorGlue, MemStat_NavDataGen>
virtual IParallelForInterface * GetParallelFor()=0
This method is expected to return a pointer to an object that the Generator will use to parallelize c...
Provides an abstract base interface for an object that can treat computational jobs in parallel...
Definition: iparallelforinterface.h:36
An abstract interface for an object that can perform collision queries.
Definition: icollisioninterface.h:25
virtual ITlsAlloc * GetTlsAlloc()=0
This method is expected to return a pointer to an object that the Generator will use to allocate and ...
The Autodesk Navigation namespace.
Definition: gamekitcrowddispersion.cpp:17
Provides an abstract base interface for a class that the Generator can invoke in order to retrieve ob...
Definition: igeneratorglue.h:27