gwnavgeneration/generator/igeneratorglue.h Source File
Go to the documentation of this file.
10 #ifndef GwNavGen_IGeneratorGlue_H
11 #define GwNavGen_IGeneratorGlue_H
22 class IParallelForInterface;
24 class ICollisionInterface;
33 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:43
An abstract interface for an object that can perform collision queries.
Definition: icollisioninterface.h:26
virtual ITlsAlloc * GetTlsAlloc()=0
This method is expected to return a pointer to an object that the Generator will use to allocate and ...
Definition: gamekitcrowddispersion.h:20
Provides an abstract base interface for a class that the Generator can invoke in order to retrieve ob...
Definition: igeneratorglue.h:35