|
LIBINT 2.9.0
|
Class DGArc describes arcs in a directed graph. More...
#include <dgarc.h>

Public Member Functions | |
| DGArc (const std::shared_ptr< DGVertex > &orig, const std::shared_ptr< DGVertex > &dest) | |
| std::shared_ptr< DGVertex > | orig () const |
| std::shared_ptr< DGVertex > | dest () const |
| virtual void | print (std::ostream &os) const =0 |
| Print out the arc. | |
Class DGArc describes arcs in a directed graph.
Each arc connects vertex orig_ to vertex dest_.
|
pure virtual |
Print out the arc.
Implemented in libint2::DGArcDirect, and libint2::DGArcRel< ArcRel >.