Image Component Library (ICL)
|
Go to the source code of this file.
Namespaces | |
icl | |
undocument this line if you encounter any issues! | |
icl::utils | |
Functions | |
ICLUtils_API void | icl::utils::progress_init (const std::string &text="Creating LUT") |
static utility function for displaying some progress information in console More... | |
ICLUtils_API void | icl::utils::progress_finish () |
static utility function for displaying some progress information in console More... | |
ICLUtils_API void | icl::utils::progress (int curr, int max, const std::string &extraText="") |
static utility function for displaying some progress information in console More... | |