Structural deformable models
Macros
common.h File Reference
#include <assert.h>
#include "simpletypes.h"
#include "types_fwd.h"
#include <limits>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TRACE(msg)   cerr << __FILE__ << ":" << __LINE__ << ": " << msg << endl
 
#define MSG(msg)   std::cout << msg << std::endl;
 
#define DUMP(expr)   std::cout << #expr << " = " << expr << std::endl
 
#define MARK(msg)   std::cout << ">>>> " << msg << std::endl;
 
#define LINE()   std::cout << "-----------------------" << std::endl
 
#define TRACE0   TRACE("")
 

Macro Definition Documentation

#define DUMP (   expr)    std::cout << #expr << " = " << expr << std::endl
#define LINE ( )    std::cout << "-----------------------" << std::endl

Definition at line 18 of file common.h.

#define MARK (   msg)    std::cout << ">>>> " << msg << std::endl;

Definition at line 17 of file common.h.

#define MSG (   msg)    std::cout << msg << std::endl;

Definition at line 15 of file common.h.

#define TRACE (   msg)    cerr << __FILE__ << ":" << __LINE__ << ": " << msg << endl
#define TRACE0   TRACE("")

Definition at line 26 of file common.h.

Referenced by StructTable::findBestConnection().