|
LIBINT 2.9.0
|
Class DGArcRel describes arcs in a directed graph which is represented by a relationship ArcRel. More...
#include <dgarc.h>


Public Member Functions | |
| DGArcRel (const std::shared_ptr< DGVertex > &orig, const std::shared_ptr< DGVertex > &dest, const std::shared_ptr< ArcRel > &rel) | |
| std::shared_ptr< RecurrenceRelation > | rr () const override |
| Implementation of DGArcRR::rr() | |
| void | print (std::ostream &os) const override |
| Overload of DGArc::print() | |
Public Member Functions inherited from libint2::DGArc | |
| DGArc (const std::shared_ptr< DGVertex > &orig, const std::shared_ptr< DGVertex > &dest) | |
| std::shared_ptr< DGVertex > | orig () const |
| std::shared_ptr< DGVertex > | dest () const |
Additional Inherited Members | |
Protected Member Functions inherited from libint2::DGArcRR | |
| DGArcRR (const std::shared_ptr< DGVertex > &orig, const std::shared_ptr< DGVertex > &dest) | |
Class DGArcRel describes arcs in a directed graph which is represented by a relationship ArcRel.
|
inlineoverridevirtual |
Overload of DGArc::print()
Implements libint2::DGArc.
|
inlineoverridevirtual |
Implementation of DGArcRR::rr()
Implements libint2::DGArcRR.