Loading [MathJax]/extensions/tex2jax.js
gtsam 4.1.1
gtsam
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
debug.h File Reference

Global debugging flags. More...

Go to the source code of this file.

Namespaces

namespace  gtsam
 Global functions in a separate testing namespace.
 

Macros

#define ISDEBUG(S)   (gtsam::guardedIsDebug(S))
 
#define SETDEBUG(S, V)   ((void)(gtsam::guardedSetDebug(S,V)))
 

Functions

bool gtsam::guardedIsDebug (const std::string &s)
 
void gtsam::guardedSetDebug (const std::string &s, const bool v)
 
bool gtsam::isDebugVersion ()
 

Detailed Description

Global debugging flags.

Author
Richard Roberts
Date
Feb 1, 2011