HOG2
Enumerations | Variables
GraphAbstraction.cpp File Reference
#include "GraphAbstraction.h"
#include <math.h>
#include <cassert>
Include dependency graph for GraphAbstraction.cpp:

Go to the source code of this file.

Enumerations

enum  { kQuiet = 0x00, kBuildGraph = 0x01, kRepairGraph = 0x02, kMiscMessages = 0x04 }
 

Variables

const static int verbose = kQuiet
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
kQuiet 
kBuildGraph 
kRepairGraph 
kMiscMessages 

Definition at line 20 of file GraphAbstraction.cpp.

Variable Documentation

◆ verbose

const static int verbose = kQuiet
static

Definition at line 27 of file GraphAbstraction.cpp.

Referenced by GraphAbstraction::GetNumAbstractGraphs().