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


Public Member Functions | |
| DGArcRel (const SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest, const SafePtr< ArcRel > &rel) | |
| SafePtr< RecurrenceRelation > | rr () const override |
| Implementation of DGArcRR::rr() More... | |
| void | print (std::ostream &os) const override |
| Overload of DGArc::print() More... | |
| virtual SafePtr< RecurrenceRelation > | rr () const =0 |
| rr() returns pointer to the RecurrenceRelation describing the arc More... | |
Public Member Functions inherited from libint2::DGArc | |
| DGArc (const SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest) | |
| SafePtr< DGVertex > | orig () const |
| SafePtr< DGVertex > | dest () const |
| virtual void | print (std::ostream &os) const =0 |
| Print out the arc. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from libint2::DGArcRR | |
| DGArcRR (const SafePtr< DGVertex > &orig, const SafePtr< 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.