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

#include <planar_graph.hxx>

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

Public Member Functions

 Node ()
 

Public Attributes

DataType weight
 
std::list< size_tadj
 

Detailed Description

Definition at line 31 of file planar_graph.hxx.

Constructor & Destructor Documentation

opengm::external::planargraph::Node::Node ( )
inline

Definition at line 33 of file planar_graph.hxx.

Member Data Documentation

std::list<size_t> opengm::external::planargraph::Node::adj

Definition at line 41 of file planar_graph.hxx.

DataType opengm::external::planargraph::Node::weight

Definition at line 33 of file planar_graph.hxx.