OpenGM  2.3.x
Discrete Graphical Model Library
Public Member Functions | Public Attributes | List of all members
opengm::external::pmc::DualEdge Struct Reference

#include <planar_maxcut_graph.hxx>

+ Collaboration diagram for opengm::external::pmc::DualEdge:

Public Member Functions

 DualEdge (DualNode *tail_, DualNode *head_, DataType weight_, Edge *original_cross_edge_)
 

Public Attributes

DualNodetail
 
DualNodehead
 
DataType weight
 
Edgeoriginal_cross_edge
 
bool in_matching
 

Detailed Description

Definition at line 83 of file planar_maxcut_graph.hxx.

Constructor & Destructor Documentation

opengm::external::pmc::DualEdge::DualEdge ( DualNode tail_,
DualNode head_,
DataType  weight_,
Edge original_cross_edge_ 
)
inline

Definition at line 85 of file planar_maxcut_graph.hxx.

Member Data Documentation

DualNode* opengm::external::pmc::DualEdge::head

Definition at line 89 of file planar_maxcut_graph.hxx.

bool opengm::external::pmc::DualEdge::in_matching

Definition at line 94 of file planar_maxcut_graph.hxx.

Edge* opengm::external::pmc::DualEdge::original_cross_edge

Definition at line 92 of file planar_maxcut_graph.hxx.

DualNode* opengm::external::pmc::DualEdge::tail

Definition at line 86 of file planar_maxcut_graph.hxx.

DataType opengm::external::pmc::DualEdge::weight

Definition at line 90 of file planar_maxcut_graph.hxx.