|
LIBINT 2.9.0
|
Class DGArcDirect describes arcs that does not correspond to any relationship. More...
#include <dgarc.h>


Public Member Functions | |
| DGArcDirect (const std::shared_ptr< DGVertex > &orig, const std::shared_ptr< DGVertex > &dest) | |
| void | print (std::ostream &os) const override |
| Overload of DGArc::print() | |
Public Member Functions inherited from libint2::DGArc | |
| 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 |
Class DGArcDirect describes arcs that does not correspond to any relationship.
Each arc connects vertex orig_ to vertex dest_.
|
inlineoverridevirtual |
Overload of DGArc::print()
Implements libint2::DGArc.