|
LIBINT
2.6.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 SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest, const SafePtr< ArcRel > &rel) | |
| SafePtr< RecurrenceRelation > | rr () const |
| Implementation of DGArcRR::rr() | |
| void | print (std::ostream &os) const |
| Overload of DGArc::print() | |
Public Member Functions inherited from libint2::DGArc | |
| DGArc (const SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest) | |
| SafePtr< DGVertex > | orig () const |
| SafePtr< DGVertex > | dest () const |
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.
1.8.15