HOG2
Macros | Variables
Propagation.cpp File Reference
#include <sys/time.h>
#include <math.h>
#include <deque>
#include "Propagation.h"
#include <cstring>
Include dependency graph for Propagation.cpp:

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
 

Macro Definition Documentation

◆ CLOSEDMODE

#define CLOSEDMODE   0

Definition at line 20 of file Propagation.cpp.

◆ DELAYMODE

#define DELAYMODE   3

Definition at line 24 of file Propagation.cpp.

◆ NEWMODE

#define NEWMODE   2

Definition at line 22 of file Propagation.cpp.

◆ OPENMODE

#define OPENMODE   1

Definition at line 21 of file Propagation.cpp.

Variable Documentation

◆ drawtext

const static bool drawtext = false
static

Definition at line 27 of file Propagation.cpp.

Referenced by Prop::DrawEdge().

◆ verbose

const static bool verbose = false
static