Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::nodePair Struct Reference

Struct for storing the two corresponding nodes of an edge. More...

#include <ogdf/internal/cluster/basics.h>

List of all members.

Public Member Functions

 nodePair ()
 nodePair (node u1, node u2)
void printMe (ostream &out) const

Public Attributes

node v1
node v2

Detailed Description

Struct for storing the two corresponding nodes of an edge.

Definition at line 56 of file basics.h.


Constructor & Destructor Documentation

Definition at line 59 of file basics.h.

ogdf::nodePair::nodePair ( node  u1,
node  u2 
) [inline]

Definition at line 60 of file basics.h.


Member Function Documentation

void ogdf::nodePair::printMe ( ostream &  out) const [inline]

Definition at line 61 of file basics.h.


Member Data Documentation

Definition at line 57 of file basics.h.

Definition at line 58 of file basics.h.


The documentation for this struct was generated from the following file: