PxPostSolveCallback#
Defined in include/PxScene.h
-
class PxPostSolveCallback#
Abstract base class for post-solve callback functionality.
Public Functions
-
virtual void onPostSolve(CUevent startEvent) = 0#
Callback function called after a solve event.
- Parameters:
startEvent – CUDA event that should be waited for on the user stream. Once the event happened, the user can safely read the solver’s results.
-
inline virtual ~PxPostSolveCallback()#
-
virtual void onPostSolve(CUevent startEvent) = 0#