LIBINT 2.9.0
Public Member Functions | List of all members
libint2::DGArcDirect Class Reference

Class DGArcDirect describes arcs that does not correspond to any relationship. More...

#include <dgarc.h>

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

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< DGVertexorig () const
 
std::shared_ptr< DGVertexdest () const
 

Detailed Description

Class DGArcDirect describes arcs that does not correspond to any relationship.

Each arc connects vertex orig_ to vertex dest_.

Member Function Documentation

◆ print()

void libint2::DGArcDirect::print ( std::ostream & os) const
inlineoverridevirtual

Overload of DGArc::print()

Implements libint2::DGArc.


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