A callback wrapper class for use with PxVolumeCache::forEach function.
More...
#include <PxVolumeCache.h>
A callback wrapper class for use with PxVolumeCache::forEach function.
Works in tandem with forEach(). Used to return shapes overlapping with the cache volume (set using the last fill() call) to the user.
- See Also
- PxVolumeCache::forEach
virtual PxVolumeCache::Iterator::~Iterator |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void PxVolumeCache::Iterator::finalizeQuery |
( |
| ) |
|
|
inlinevirtual |
virtual void PxVolumeCache::Iterator::processShapes |
( |
PxU32 |
count, |
|
|
const PxActorShape * |
actorShapePairs |
|
) |
| |
|
pure virtual |
Reports cache contents to the user.
- Parameters
-
[in] | count | The number of shapes returned with this call. |
[in] | actorShapePairs | Array of PxActorShape pairs. |
- See Also
- PxVolumeCache::forEach
The documentation for this struct was generated from the following file: