#include <iostream>#include "zthread/FastMutex.h"#include "zthread/Guard.h"Include dependency graph for Tracer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | TRACE_INFO(x) { ZThread::Guard<ZThread::FastMutex> g(aIOMutex); std::cout << x; } |
| #define | TRACE_DEBUG(x) |
| #define | TRACE_ERROR(x) { ZThread::Guard<ZThread::FastMutex> g(aIOMutex); std::cerr << x; } |
Variables | |
| ZThread::FastMutex | aIOMutex |
|
|
|
|
|
Definition at line 38 of file Tracer.h. Referenced by PanoDetector::match(), PanoDetector::matchMultiRow(), PanoDetector::matchPrealigned(), and PanoDetector::run(). |
|
|
Definition at line 30 of file Tracer.h. Referenced by PanoDetector::AnalyzeImage(), DetectKeypoints(), PanoDetector::match(), PanoDetector::matchMultiRow(), PanoDetector::matchPrealigned(), and PanoDetector::run(). |
|
|
|
1.3.9.1