◆ ProgressCallback() [1/3]
tesseract_collision::ProgressCallback::ProgressCallback |
( |
| ) |
|
|
default |
◆ ~ProgressCallback()
tesseract_collision::ProgressCallback::~ProgressCallback |
( |
| ) |
|
|
overridedefault |
◆ ProgressCallback() [2/3]
tesseract_collision::ProgressCallback::ProgressCallback |
( |
const ProgressCallback & |
| ) |
|
|
default |
◆ ProgressCallback() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Update()
void tesseract_collision::ProgressCallback::Update |
( |
const double |
overallProgress, |
|
|
const double |
stageProgress, |
|
|
const char *const |
stage, |
|
|
const char * |
operation |
|
) |
| |
|
inlineoverridevirtual |
Notifies the application of the current state of the convex decomposition operation
- Parameters
-
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. |
Implements VHACD::IVHACD::IUserCallback.
Definition at line 23 of file convex_decomposition_vhacd.cpp.
The documentation for this class was generated from the following file: