| 
    shape_doc 0.1 
   | 
 
#include <edge.hpp>
  
 Definition at line 43 of file edge.hpp.
References edge< C, V, POINT >::destination(), and edge< C, V, POINT >::source().
: Shape() { this->m_source = source ; this->m_destination = destination ; }
| Point* destination | ( | void | ) |  [inline] | 
        
Definition at line 49 of file edge.hpp.
Referenced by use< tpl3d_def >::as_graphic(), edge< C, V, POINT >::edge(), face< C, V, POINT >::not_on(), and use< tpl3d_def >::print_as_graphic().
{ return m_destination ; }
| void reverse | ( | ) |  [inline] | 
        
| typedef SHAPE_OF | ( | V | ) | 
| Point* source | ( | void | ) |  [inline] | 
        
Definition at line 48 of file edge.hpp.
Referenced by use< tpl3d_def >::as_graphic(), edge< C, V, POINT >::edge(), face< C, V, POINT >::not_on(), and use< tpl3d_def >::print_as_graphic().
{ return m_source ; }