Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions

ogdf::BucketSourceIndex Class Reference

Bucket function using the index of an edge's source node as bucket. More...

#include <ogdf/basic/Graph_d.h>

Inheritance diagram for ogdf::BucketSourceIndex:
ogdf::BucketFunc< edge >

List of all members.

Public Member Functions

int getBucket (const edge &e)
 Returns source index of e.

Detailed Description

Bucket function using the index of an edge's source node as bucket.

Definition at line 1346 of file Graph_d.h.


Member Function Documentation

int ogdf::BucketSourceIndex::getBucket ( const edge e  )  [inline, virtual]

Returns source index of e.

Implements ogdf::BucketFunc< edge >.

Definition at line 1349 of file Graph_d.h.


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