Open
Graph Drawing
Framework

 v.2012.07
 

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 58 of file basics.h.


Constructor & Destructor Documentation

ogdf::nodePair::nodePair ( )
inline

Definition at line 61 of file basics.h.

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

Definition at line 62 of file basics.h.


Member Function Documentation

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

Definition at line 63 of file basics.h.


Member Data Documentation

node ogdf::nodePair::v1

Definition at line 59 of file basics.h.

node ogdf::nodePair::v2

Definition at line 60 of file basics.h.


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