#include <Edge.h>
Classes | |
struct | edge_comp |
Public Member Functions | |
Edge (V *a, V *b) | |
~Edge () | |
V * | first () |
V * | second () |
T *& | triangle () |
subdiv::Edge< T, V >::Edge | ( | V * | a, | |
V * | b | |||
) | [inline] |
subdiv::Edge< T, V >::~Edge | ( | ) | [inline] |
V* subdiv::Edge< T, V >::first | ( | ) | [inline] |
Referenced by subdiv::Edge< T, V >::edge_comp::operator()().
V* subdiv::Edge< T, V >::second | ( | ) | [inline] |
Referenced by subdiv::Edge< T, V >::edge_comp::operator()().
T*& subdiv::Edge< T, V >::triangle | ( | ) | [inline] |