|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#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 |
Definition at line 45 of file planar_graph.hxx.
|
inline |
Definition at line 47 of file planar_graph.hxx.
| size_t opengm::external::planargraph::Edge::head |
Definition at line 52 of file planar_graph.hxx.
| int opengm::external::planargraph::Edge::left_face |
Definition at line 59 of file planar_graph.hxx.
| int opengm::external::planargraph::Edge::right_face |
Definition at line 60 of file planar_graph.hxx.
| size_t opengm::external::planargraph::Edge::tail |
Definition at line 48 of file planar_graph.hxx.
| DataType opengm::external::planargraph::Edge::weight |
Definition at line 55 of file planar_graph.hxx.
1.8.9.1