#include <ImageProgress.hpp>
Inheritance diagram for ImageProgress:


Public Member Functions | |
| virtual double | Progress () const |
| virtual string | ProgressLabel () const |
| template<class ItType> | |
| ImageProgress (const string &_name, ItType &p) | |
| Templated contructor for other iterators (that have a "Progress" fct). | |
Private Attributes | |
| ImageProgressHelper * | helper |
this non template class is used to avoid the user having to specify template args. Template args are automagically determined using templated constructors.
Definition at line 43 of file ImageProgress.hpp.
1.4.2