Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Public Member Functions

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

Detailed Description

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

Definition at line 1435 of file Graph_d.h.

Member Function Documentation

◆ getBucket()

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

Returns source index of e.

Implements ogdf::BucketFunc< edge >.

Definition at line 1438 of file Graph_d.h.


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