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