The HShellEdge class is a simple wrapper for a shell's edge.
More...
#include <HUtility.h>
The HShellEdge class is a simple wrapper for a shell's edge.
HShellEdge allows you to easily get information about an edge in a shell.
◆ HShellEdge()
HShellEdge::HShellEdge |
( |
int |
iFirst = 0 , |
|
|
int |
iSecond = 0 |
|
) |
| |
|
inline |
Constructs an HShellEdge object.
- Parameters
-
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. |
◆ GetFirst()
int HShellEdge::GetFirst |
( |
| ) |
const |
|
inline |
- Returns
- The first vertex of the edge.
◆ GetSecond()
int HShellEdge::GetSecond |
( |
| ) |
const |
|
inline |
- Returns
- The second vertex of the edge.
◆ Set()
void HShellEdge::Set |
( |
int |
first, |
|
|
int |
second |
|
) |
| |
|
inline |
This method define the new vertices for the edge.
- Parameters
-
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. |
The documentation for this class was generated from the following file: