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

#include <planar_maxcut_graph.hxx>

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

Public Member Functions

 DualNode (IDType id_)
 

Public Attributes

IDType id
 
std::list< DualEdge * > adj
 

Detailed Description

Definition at line 75 of file planar_maxcut_graph.hxx.

Constructor & Destructor Documentation

opengm::external::pmc::DualNode::DualNode ( IDType  id_)
inline

Definition at line 77 of file planar_maxcut_graph.hxx.

Member Data Documentation

std::list<DualEdge*> opengm::external::pmc::DualNode::adj

Definition at line 80 of file planar_maxcut_graph.hxx.

IDType opengm::external::pmc::DualNode::id

Definition at line 77 of file planar_maxcut_graph.hxx.