Open
Graph Drawing
Framework

 v.2010.10
 

Public Member Functions

ogdf::BucketTargetIndex Class Reference

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

#include <ogdf/basic/Graph_d.h>

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

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 1353 of file Graph_d.h.


Member Function Documentation

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

Returns target index of e.

Implements ogdf::BucketFunc< edge >.

Definition at line 1356 of file Graph_d.h.


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