LIBINT  2.1.0-stable
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 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.
 

Detailed Description

Class DGArc describes arcs in a directed graph.

Each arc connects vertex orig_ to vertex dest_.


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