|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Global debugging flags. More...


Go to the source code of this file.
Namespaces | |
| gtsam | |
Macros | |
| #define | ISDEBUG(S) (gtsam::guardedIsDebug(S)) |
| #define | SETDEBUG(S, V) ((void)(gtsam::guardedSetDebug(S,V))) |
Functions | |
| bool GTSAM_EXPORT | gtsam::guardedIsDebug (const std::string &s) |
| void GTSAM_EXPORT | gtsam::guardedSetDebug (const std::string &s, const bool v) |
| bool GTSAM_EXPORT | gtsam::isDebugVersion () |
Variables | |
| GTSAM_EXTERN_EXPORT FastMap< std::string, ValueWithDefault< bool, false > > | gtsam::debugFlags |
Global debugging flags.
1.8.13