|
AMCAX Kernel 1.0.0.0
|
#include <functional>
Include dependency graph for CallbackFunction.hpp:
This graph shows which files directly or indirectly include this file:Namespaces | |
| namespace | AMCAX |
| Namespace of all interface in the AMCAX kernel.
| |
| namespace | AMCAX::Meshing |
| Namespace of all interface in the AMCAX Meshing module.
| |
Typedefs | |
| using | AMCAX::Meshing::Mesh::CbFunc = std::function<void(int overall_percent, bool& cancel)> |
| Progress callback with stage index and dual-level percentage.
| |
@Callback function type for reporting progress.
| using AMCAX::Meshing::Mesh::CbFunc = std::function<void(int overall_percent, bool& cancel)> |
Progress callback with stage index and dual-level percentage.
| [in] | overall_percent | Global progress across all stages, in [0, 100]. |
| [out] | cancel | Set to true to request early termination. |