cgv
cgv::utils::progression Struct Reference

#include <progression.h>

Public Member Functions

 progression ()
 create empty progression
 
 progression (const std::string &process, size_t total, int count)
 create from total enumerations and number of times to print progression
 
void init (const std::string &process, size_t total, int count)
 reinitialize
 
void step ()
 next iteration
 

Detailed Description

progression provides a simple possibility to show progression of process in console.


The documentation for this struct was generated from the following files: