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

#include <planar_graph.hxx>

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

Public Member Functions

 Edge ()
 

Public Attributes

size_t tail
 
size_t head
 
DataType weight
 
int left_face
 
int right_face
 

Detailed Description

Definition at line 45 of file planar_graph.hxx.

Constructor & Destructor Documentation

§ Edge()

opengm::external::planargraph::Edge::Edge ( )
inline

Definition at line 47 of file planar_graph.hxx.

Member Data Documentation

§ head

size_t opengm::external::planargraph::Edge::head

Definition at line 52 of file planar_graph.hxx.

§ left_face

int opengm::external::planargraph::Edge::left_face

Definition at line 59 of file planar_graph.hxx.

§ right_face

int opengm::external::planargraph::Edge::right_face

Definition at line 60 of file planar_graph.hxx.

§ tail

size_t opengm::external::planargraph::Edge::tail

Definition at line 48 of file planar_graph.hxx.

§ weight

DataType opengm::external::planargraph::Edge::weight

Definition at line 55 of file planar_graph.hxx.