LIBINT  2.1.0-stable
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 SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest)
 
void print (std::ostream &os) const
 Overload of DGArc::print()
 
- Public Member Functions inherited from libint2::DGArc
 DGArc (const SafePtr< DGVertex > &orig, const SafePtr< DGVertex > &dest)
 
SafePtr< DGVertexorig () const
 
SafePtr< DGVertexdest () const
 

Detailed Description

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

Each arc connects vertex orig_ to vertex dest_.


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