Typedef lvr2::ProgressCallbackPtr

Typedef Documentation

typedef void (*lvr2::ProgressCallbackPtr)(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.