LIBINT  2.6.0
Public Member Functions | List of all members
libint2::DGArcRel< ArcRel > Class Template Reference

Class DGArcRel describes arcs in a directed graph which is represented by a relationship ArcRel. More...

#include <dgarc.h>

Inheritance diagram for libint2::DGArcRel< ArcRel >:
Inheritance graph
[legend]
Collaboration diagram for libint2::DGArcRel< ArcRel >:
Collaboration graph
[legend]

Public Member Functions

 DGArcRel (const SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest, const SafePtr< ArcRel > &rel)
 
SafePtr< RecurrenceRelationrr () 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< DGVertexorig () const
 
SafePtr< DGVertexdest () const
 

Additional Inherited Members

- Protected Member Functions inherited from libint2::DGArcRR
 DGArcRR (const SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest)
 

Detailed Description

template<class ArcRel>
class libint2::DGArcRel< ArcRel >

Class DGArcRel describes arcs in a directed graph which is represented by a relationship ArcRel.


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