LIBINT  2.1.0-stable
Public Member Functions | Protected Member Functions | List of all members
libint2::DGArcRR Class Referenceabstract

Class DGArcRR describes arcs correspond to recurrence relations. More...

#include <dgarc.h>

Inheritance diagram for libint2::DGArcRR:
Inheritance graph
[legend]
Collaboration diagram for libint2::DGArcRR:
Collaboration graph
[legend]

Public Member Functions

virtual SafePtr< RecurrenceRelationrr () const =0
 rr() returns pointer to the RecurrenceRelation describing the arc
 
- Public Member Functions inherited from libint2::DGArc
 DGArc (const SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest)
 
SafePtr< DGVertexorig () const
 
SafePtr< DGVertexdest () const
 
virtual void print (std::ostream &os) const =0
 Print out the arc.
 

Protected Member Functions

 DGArcRR (const SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest)
 

Detailed Description

Class DGArcRR describes arcs correspond to recurrence relations.

Each arc connects vertex orig_ to vertex dest_.


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