32 #include "DGtal/base/Common.h"
50 #ifdef DGTAL_ENABLE_FLOATING_POINT_EXCEPTIONS
51 void beforeMain (
void) __attribute__((constructor));
52 void beforeMain (
void)
54 feenableexcept ( FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW );
implementation of basic methods to trace out messages with indentation levels.
DGtal is the top-level namespace which contains all DGtal functions and types.
TraceWriterTerm traceWriterTerm(std::cerr)