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

#include <planar_maxcut_graph.hxx>

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

Public Member Functions

 Edge (Node *tail_, Node *head_, DataType weight_)
 

Public Attributes

Nodetail
 
Nodehead
 
DataType weight
 
Faceleft_face
 
Faceright_face
 
bool in_cut
 

Detailed Description

Definition at line 61 of file planar_maxcut_graph.hxx.

Constructor & Destructor Documentation

opengm::external::pmc::Edge::Edge ( Node tail_,
Node head_,
DataType  weight_ 
)
inline

Definition at line 63 of file planar_maxcut_graph.hxx.

Member Data Documentation

Node* opengm::external::pmc::Edge::head

Definition at line 66 of file planar_maxcut_graph.hxx.

bool opengm::external::pmc::Edge::in_cut

Definition at line 72 of file planar_maxcut_graph.hxx.

Face* opengm::external::pmc::Edge::left_face

Definition at line 69 of file planar_maxcut_graph.hxx.

Face* opengm::external::pmc::Edge::right_face

Definition at line 70 of file planar_maxcut_graph.hxx.

Node* opengm::external::pmc::Edge::tail

Definition at line 63 of file planar_maxcut_graph.hxx.

DataType opengm::external::pmc::Edge::weight

Definition at line 67 of file planar_maxcut_graph.hxx.