HOG2
|
#include <sys/time.h>
#include <math.h>
#include <deque>
#include "Propagation.h"
#include <cstring>
Go to the source code of this file.
Macros | |
#define | CLOSEDMODE 0 |
#define | OPENMODE 1 |
#define | NEWMODE 2 |
#define | DELAYMODE 3 |
Variables | |
const static bool | verbose = false |
const static bool | drawtext = false |
#define CLOSEDMODE 0 |
Definition at line 20 of file Propagation.cpp.
#define DELAYMODE 3 |
Definition at line 24 of file Propagation.cpp.
#define NEWMODE 2 |
Definition at line 22 of file Propagation.cpp.
#define OPENMODE 1 |
Definition at line 21 of file Propagation.cpp.
|
static |
Definition at line 27 of file Propagation.cpp.
Referenced by Prop::DrawEdge().
|
static |
Definition at line 26 of file Propagation.cpp.
Referenced by Prop::DoSingleStepA(), Prop::DoSingleStepApprox(), Prop::DoSingleStepB(), Prop::DoSingleStepBP(), Prop::DoSingleStepBPMX(), Prop::DoSingleStepDP(), Prop::DoSingleStepDPDLMX(), Prop::DoSingleStepDPMX(), and Prop::ExtractPathToStart().