#include <lemon/concept/graph_component.h>
Inheritance diagram for MaxIDableGraphComponent:
Definition at line 348 of file graph_component.h.
Public Member Functions | |
int | maxId (Node=INVALID) const |
Gives back an integer greater or equal to the maximum Node id. | |
int | maxId (Edge=INVALID) const |
Gives back an integer greater or equal to the maximum Edge id. |
|
Gives back an integer greater or equal to the maximum Node id. Definition at line 355 of file graph_component.h. |
|
Gives back an integer greater or equal to the maximum Edge id. Definition at line 361 of file graph_component.h. |