The HShellEdge class is a simple wrapper for a shell's edge.
More...
#include <HUtility.h>
List of all members.
Detailed Description
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.
Constructor & Destructor Documentation
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. |
Member Function Documentation
int HShellEdge::GetFirst |
( |
| ) |
const [inline] |
- Returns:
- The first vertex of the edge.
int HShellEdge::GetSecond |
( |
| ) |
const [inline] |
- Returns:
- The second vertex of the edge.
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: