#include <HUtility.h>
Public Member Functions | |
int | GetFirst () const |
int | GetSecond () const |
HShellEdge (int iFirst=0, int iSecond=0) | |
bool | operator< (HShellEdge const &rhs) const |
void | Set (int first, int second) |
HShellEdge allows you to easily get information about an edge in a shell.
HShellEdge::HShellEdge | ( | int | iFirst = 0 , |
|
int | iSecond = 0 | |||
) | [inline] |
Constructs an HShellEdge object.
iFirst | The index of the first vertex of the edge. Note the first index is always smaller than the second index. | |
iSecond | The index of the second vertex of the edge. |
int HShellEdge::GetFirst | ( | ) | const [inline] |
int HShellEdge::GetSecond | ( | ) | const [inline] |
void HShellEdge::Set | ( | int | first, | |
int | second | |||
) | [inline] |
This method define the new vertices for the edge.
first | The index of the first vertex of the edge. Note the first index is always smaller than the second index. | |
second | The index of the second vertex of the edge. |