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

#include <planar_graph.hxx>

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

Public Member Functions

 Face ()
 

Public Attributes

std::list< size_tedges
 
std::list< size_tdual_nodes
 

Detailed Description

Definition at line 64 of file planar_graph.hxx.

Constructor & Destructor Documentation

opengm::external::planargraph::Face::Face ( )
inline

Definition at line 66 of file planar_graph.hxx.

Member Data Documentation

std::list<size_t> opengm::external::planargraph::Face::dual_nodes

Definition at line 73 of file planar_graph.hxx.

std::list<size_t> opengm::external::planargraph::Face::edges

Definition at line 66 of file planar_graph.hxx.