|
| PCL_EXPORTS void | pcl::console::setVerbosityLevel (VERBOSITY_LEVEL level) |
| | set the verbosity level More...
|
| |
| PCL_EXPORTS VERBOSITY_LEVEL | pcl::console::getVerbosityLevel () |
| | get the verbosity level. More...
|
| |
| PCL_EXPORTS bool | pcl::console::initVerbosityLevel () |
| | initialize verbosity level. More...
|
| |
| PCL_EXPORTS bool | pcl::console::isVerbosityLevelEnabled (VERBOSITY_LEVEL severity) |
| | is verbosity level enabled? More...
|
| |
| PCL_EXPORTS void | pcl::console::change_text_color (FILE *stream, int attribute, int fg, int bg) |
| | Change the text color (on either stdout or stderr) with an attr:fg:bg. More...
|
| |
| PCL_EXPORTS void | pcl::console::change_text_color (FILE *stream, int attribute, int fg) |
| | Change the text color (on either stdout or stderr) with an attr:fg. More...
|
| |
| PCL_EXPORTS void | pcl::console::reset_text_color (FILE *stream) |
| | Reset the text color (on either stdout or stderr) to its original state. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_color (FILE *stream, int attr, int fg, const char *format,...) |
| | Print a message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_info (const char *format,...) |
| | Print an info message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_info (FILE *stream, const char *format,...) |
| | Print an info message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_highlight (const char *format,...) |
| | Print a highlighted info message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_highlight (FILE *stream, const char *format,...) |
| | Print a highlighted info message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_error (const char *format,...) |
| | Print an error message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_error (FILE *stream, const char *format,...) |
| | Print an error message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_warn (const char *format,...) |
| | Print a warning message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_warn (FILE *stream, const char *format,...) |
| | Print a warning message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_debug (const char *format,...) |
| | Print a debug message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_debug (FILE *stream, const char *format,...) |
| | Print a debug message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_value (const char *format,...) |
| | Print a value message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print_value (FILE *stream, const char *format,...) |
| | Print a value message on stream with colors. More...
|
| |
| PCL_EXPORTS void | pcl::console::print (VERBOSITY_LEVEL level, FILE *stream, const char *format,...) |
| | Print a message on stream. More...
|
| |
| PCL_EXPORTS void | pcl::console::print (VERBOSITY_LEVEL level, const char *format,...) |
| | Print a message. More...
|
| |