Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
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:

Public Member Functions

int getBucket (const edge &e) override
 Returns target index of e.
 
- Public Member Functions inherited from ogdf::BucketFunc< edge >
virtual ~BucketFunc ()
 

Detailed Description

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

Definition at line 1442 of file Graph_d.h.

Member Function Documentation

◆ getBucket()

int ogdf::BucketTargetIndex::getBucket ( const edge e)
inlineoverridevirtual

Returns target index of e.

Implements ogdf::BucketFunc< edge >.

Definition at line 1445 of file Graph_d.h.


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