Structural deformable models
|
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("") |
#define DUMP | ( | expr | ) | std::cout << #expr << " = " << expr << std::endl |
Definition at line 16 of file common.h.
Referenced by MStructure::addExpectation(), SubStructure::analyseTF(), Searcher::cleanFlags(), Brain::doCommand(), Searcher::evolve(), main(), MStructure::rebuildExpMap(), Brain::setupSearch(), MStructure::showStats(), and Brain::triggerTest().
#define LINE | ( | ) | std::cout << "-----------------------" << std::endl |
#define MARK | ( | msg | ) | std::cout << ">>>> " << msg << std::endl; |
#define TRACE | ( | msg | ) | cerr << __FILE__ << ":" << __LINE__ << ": " << msg << endl |
Definition at line 14 of file common.h.
Referenced by Model::addNode(), CombiSensor::changeSource(), create2DGaussian(), Searcher::selectWinners(), and Brain::triggerTest().
#define TRACE0 TRACE("") |
Definition at line 26 of file common.h.
Referenced by StructTable::findBestConnection().