47 #ifndef _MIRA_CONSOLE_H_ 48 #define _MIRA_CONSOLE_H_ 52 namespace mira {
namespace console {
MIRA_BASE_EXPORT int getWidth()
Returns the number of columns of the console, i.e.
std::cout
Definition: Console.h:89
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
Definition: IOService.h:67
MIRA_BASE_EXPORT void enableEcho(bool enable=true)
Enables or disables echo for text that is typed when using std input, e.g.
StdOutput
Definition: Console.h:87
std::cerr
Definition: Console.h:90
MIRA_BASE_EXPORT void setTextColor(TextColor color=DEFAULT, StdOutput output=STD_OUTPUT)
Sets the color of the console text as specified.
TextColor
Definition: Console.h:63