HDK
|
#include <ROP_Verbose.h>
Public Member Functions | |
ROP_Verbose (std::ostream *os=NULL) | |
ROP_Verbose (const ROP_Verbose &s) | |
~ROP_Verbose () | |
void | clear () |
Clear (i.e. set the stream to null & clear levels. More... | |
bool | isValid () const |
Check to see if the stream is valid. More... | |
bool | isLevel (int level) const |
ROP_Verbose & | operator= (const ROP_Verbose &s) |
Assignment operator. More... | |
void | setFrom (const ROP_Verbose *s) |
Copy from a source verbose or clear if the source is NULL. More... | |
void | showProgress (fpreal percent) const |
Print out progress (percent should be 0-1) More... | |
void | showProgress (int current, int total) const |
Print out progress based on counts. More... | |
std::ostream * | getStream () const |
void | setStream (std::ostream *s) |
int | getLevel () const |
void | setLevel (int level) |
bool | getAlfred () const |
void | setAlfred (bool flag=true) |
Definition at line 20 of file ROP_Verbose.h.
|
inline |
Definition at line 22 of file ROP_Verbose.h.
|
inline |
Definition at line 28 of file ROP_Verbose.h.
|
inline |
Definition at line 34 of file ROP_Verbose.h.
Clear (i.e. set the stream to null & clear levels.
Definition at line 39 of file ROP_Verbose.h.
|
inline |
Manage the alfred flag (turns on alfred style progress)
Definition at line 91 of file ROP_Verbose.h.
|
inline |
Manage the verbosity level
Definition at line 85 of file ROP_Verbose.h.
|
inline |
Manage the output stream
Definition at line 79 of file ROP_Verbose.h.
|
inline |
Check verbosity level. For example:
Definition at line 56 of file ROP_Verbose.h.
|
inline |
Check to see if the stream is valid.
Definition at line 47 of file ROP_Verbose.h.
|
inline |
Assignment operator.
Definition at line 60 of file ROP_Verbose.h.
|
inline |
Manage the alfred flag (turns on alfred style progress)
Definition at line 92 of file ROP_Verbose.h.
|
inline |
Copy from a source verbose or clear if the source is NULL.
Definition at line 69 of file ROP_Verbose.h.
Manage the verbosity level
Definition at line 86 of file ROP_Verbose.h.
|
inline |
Manage the output stream
Definition at line 80 of file ROP_Verbose.h.
Print out progress (percent
should be 0-1)
Definition at line 96 of file ROP_Verbose.h.
Print out progress based on counts.
Definition at line 108 of file ROP_Verbose.h.