Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::ShortestPathModule Class Referenceabstract

#include <ogdf/graphalg/ShortestPathModule.h>

+ Inheritance diagram for ogdf::ShortestPathModule:

Public Member Functions

 ShortestPathModule ()
 
virtual ~ShortestPathModule ()
 
virtual bool call (const Graph &G, const node s, const EdgeArray< int > &length, NodeArray< int > &d, NodeArray< edge > &pi)=0
 

Detailed Description

Definition at line 41 of file ShortestPathModule.h.

Constructor & Destructor Documentation

◆ ShortestPathModule()

ogdf::ShortestPathModule::ShortestPathModule ( )
inline

Definition at line 43 of file ShortestPathModule.h.

◆ ~ShortestPathModule()

virtual ogdf::ShortestPathModule::~ShortestPathModule ( )
inlinevirtual

Definition at line 45 of file ShortestPathModule.h.

Member Function Documentation

◆ call()

virtual bool ogdf::ShortestPathModule::call ( const Graph G,
const node  s,
const EdgeArray< int > &  length,
NodeArray< int > &  d,
NodeArray< edge > &  pi 
)
pure virtual

Implemented in ogdf::ShortestPathWithBFM.


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