Typedef lvr2::PacmanProgressCallbackPtr
Defined in File Progress.hpp
Typedef Documentation
-
typedef void (*lvr2::PacmanProgressCallbackPtr)(int)
A class to manage progress information output for process where the number of performed operations is known in advance, e.g. number of loop iterations.
After each iteration the ++-operator should be called. The progress information in ‘’ is automatically printed to stdout together with the given prefix string.