31 #if defined(Exceptions_RECURSES) 32 #error Recursive header files inclusion detected in Exceptions.h 33 #else // defined(Exceptions_RECURSES) 35 #define Exceptions_RECURSES 37 #if !defined Exceptions_h 54 virtual const char*
what() const noexcept
56 return "DGtal IO error";
66 virtual const char*
what() const noexcept
68 return "DGtal bad input error";
78 virtual const char*
what() const noexcept
80 return "DGtal bad connectivity error";
89 virtual const char*
what() const noexcept
91 return "DGtal memory error";
100 virtual const char*
what() const noexcept
102 return "DGtal infinite number error";
113 #endif // !defined Exceptions_h 115 #undef Exceptions_RECURSES 116 #endif // else defined(Exceptions_RECURSES) virtual const char * what() const noexcept
virtual const char * what() const noexcept
virtual const char * what() const noexcept
virtual const char * what() const noexcept
DGtal is the top-level namespace which contains all DGtal functions and types.