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

#include <planar_maxcut_graph.hxx>

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

Public Member Functions

 Node (IDType id_)
 
 Node (IDType id_, DataType weight_)
 

Public Attributes

IDType id
 
DataType weight
 
std::list< Edge * > adj
 
int label
 

Detailed Description

Definition at line 42 of file planar_maxcut_graph.hxx.

Constructor & Destructor Documentation

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

Definition at line 44 of file planar_maxcut_graph.hxx.

opengm::external::pmc::Node::Node ( IDType  id_,
DataType  weight_ 
)
inline

Definition at line 45 of file planar_maxcut_graph.hxx.

Member Data Documentation

std::list<Edge*> opengm::external::pmc::Node::adj

Definition at line 49 of file planar_maxcut_graph.hxx.

IDType opengm::external::pmc::Node::id

Definition at line 45 of file planar_maxcut_graph.hxx.

int opengm::external::pmc::Node::label

Definition at line 50 of file planar_maxcut_graph.hxx.

DataType opengm::external::pmc::Node::weight

Definition at line 48 of file planar_maxcut_graph.hxx.