|
OpenGM
2.3.x
Discrete Graphical Model Library
|
#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 |
Definition at line 42 of file planar_maxcut_graph.hxx.
|
inline |
Definition at line 44 of file planar_maxcut_graph.hxx.
Definition at line 45 of file planar_maxcut_graph.hxx.
| 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.
1.8.9.1