#include <vector>
#include <cassert>
#include <ostream>
#include <boost/call_traits.hpp>
#include <boost/ref.hpp>
#include <miaconfig.h>
#include <mia/core/defines.hh>
#include <mia/core/dictmap.hh>
#include <mia/core/svector.hh>
Go to the source code of this file.
|
CDebugSink & | cvdebug () |
|
vstream & | cverr () |
| send errors to this stream adapter
|
|
vstream & | cvfail () |
| direct output to this stream adapter to print out failtures in tests beyond BOOST_FAIL
|
|
vstream & | cvfatal () |
| direct output to this stream adapter to print out fatalities in the code
|
|
vstream & | cvinfo () |
| informal output that may be of interest to understand problems with a program and are of higher priority then debugging output.
|
|
vstream & | cvmsg () |
| send messages to this stream adapter
|
|
vstream & | cvwarn () |
| send warnings to this stream adapter
|
|
void | set_verbose (bool verbose) |
|
◆ FUNCTION_NOT_TESTED
#define FUNCTION_NOT_TESTED |
◆ TRACE
◆ TRACE_FUNCTION
◆ VSTREAM_DOMAIN
#define VSTREAM_DOMAIN "**" |
◆ cvdebug()
Definition at line 226 of file msgstream.hh.
References vstream::instance(), and vstream::ml_debug.
Referenced by add_attribute(), add_attribute(), create_plugin< Handler, Chained, chainable >::apply(), create_plugin< Handler, ProductChained, true >::apply(), create_filter_chain(), CSplineParzenMI::fill(), CSplineParzenMI::fill(), THistogram< Feeder >::get_reduced_range(), kmeans_step(), kmeans_step_with_fixed_centers(), load_image< P3DImage >(), TWatershed< dim >::operator()(), CImageComparePrinter::operator()(), fifof_Fixture::prepare(), TFactoryPluginHandler< I >::produce(), TFactoryPluginHandler< I >::set_caching(), TCSTPlan< T >::TCSTPlan(), and TPolyTriangulator< VertexVector, Polygon >::triangulate().