LIBINT 2.9.0
Public Member Functions | List of all members
libint2::DGArc Class Referenceabstract

Class DGArc describes arcs in a directed graph. More...

#include <dgarc.h>

Inheritance diagram for libint2::DGArc:
Inheritance graph
[legend]

Public Member Functions

 DGArc (const std::shared_ptr< DGVertex > &orig, const std::shared_ptr< DGVertex > &dest)
 
std::shared_ptr< DGVertexorig () const
 
std::shared_ptr< DGVertexdest () const
 
virtual void print (std::ostream &os) const =0
 Print out the arc.
 

Detailed Description

Class DGArc describes arcs in a directed graph.

Each arc connects vertex orig_ to vertex dest_.

Member Function Documentation

◆ print()

virtual void libint2::DGArc::print ( std::ostream & os) const
pure virtual

Print out the arc.

Implemented in libint2::DGArcDirect, and libint2::DGArcRel< ArcRel >.


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