#include <VHACD.h>
Public Member Functions | |
virtual void | NotifyVHACDComplete () |
virtual void | Update (const double overallProgress, const double stageProgress, const char *const stage, const char *operation)=0 |
virtual | ~IUserCallback () |
This optional pure virtual interface is used to notify the caller of the progress of convex decomposition as well as a signal when it is complete when running in a background thread
|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |
Notifies the application of the current state of the convex decomposition operation
overallProgress | : Total progress from 0-100% |
stageProgress | : Progress of the current stage 0-100% |
stage | : A text description of the current stage we are in |
operation | : A text description of what operation is currently being performed. |
Implemented in tesseract_collision::ProgressCallback.