OpenGM  2.3.x
Discrete Graphical Model Library
Classes | Typedefs | Functions
opengm::external::pmc Namespace Reference

Classes

struct  DualEdge
 
struct  DualNode
 
struct  Edge
 
struct  Face
 
class  Graph
 
struct  Node
 

Typedefs

typedef double DataType
 
typedef size_t IDType
 

Functions

Nodeget_dest (Node *v, Edge *e)
 
DualNodeget_dest (DualNode *v, DualEdge *e)
 
Edgeget_following_edge (Edge *e, Node *v)
 

Typedef Documentation

Definition at line 27 of file planar_maxcut_graph.hxx.

Definition at line 28 of file planar_maxcut_graph.hxx.

Function Documentation

Node* opengm::external::pmc::get_dest ( Node v,
Edge e 
)

Definition at line 98 of file planar_maxcut_graph.hxx.

+ Here is the caller graph for this function:

DualNode* opengm::external::pmc::get_dest ( DualNode v,
DualEdge e 
)

Definition at line 109 of file planar_maxcut_graph.hxx.

Edge* opengm::external::pmc::get_following_edge ( Edge e,
Node v 
)

Definition at line 120 of file planar_maxcut_graph.hxx.

+ Here is the caller graph for this function: