Man Linux: Main Page and Category List

NAME

       tlp::edge -

       class edge

SYNOPSIS

       #include <Edge.h>

   Public Member Functions
       edge ()
       edge (unsigned int j)
       bool operator== (const edge e) const
       bool operator!= (const edge e) const
       bool isValid () const

   Public Attributes
       unsigned int id

Detailed Description

       class edge

Constructor & Destructor Documentation

   tlp::edge::edge () [inline]
   tlp::edge::edge (unsigned int j) [inline, explicit]

Member Function Documentation

   bool tlp::edge::isValid () const [inline]
   bool tlp::edge::operator!= (const edge e) const [inline]
   bool tlp::edge::operator== (const edge e) const [inline]

Member Data Documentation

   unsigned int tlp::edge::id

Author

       Generated automatically by Doxygen for Tulip Graph Library from the
       source code.