LIBINT 2.7.2
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 More...
 
- 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. More...
 

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_.

Member Function Documentation

◆ rr()

virtual SafePtr< RecurrenceRelation > libint2::DGArcRR::rr ( ) const
pure virtual

rr() returns pointer to the RecurrenceRelation describing the arc

Implemented in libint2::DGArcRel< ArcRel >.


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