The class represents the edge built between the two IntPolyh points. It is linked to two IntPolyh triangles.
More...
#include <IntPolyh_Edge.hxx>
The class represents the edge built between the two IntPolyh points. It is linked to two IntPolyh triangles.
◆ IntPolyh_Edge() [1/2]
| IntPolyh_Edge::IntPolyh_Edge |
( |
| ) |
|
|
inline |
◆ IntPolyh_Edge() [2/2]
| IntPolyh_Edge::IntPolyh_Edge |
( |
const int | thePoint1, |
|
|
const int | thePoint2, |
|
|
const int | theTriangle1, |
|
|
const int | theTriangle2 ) |
|
inline |
◆ Dump()
| void IntPolyh_Edge::Dump |
( |
const int | v | ) |
const |
◆ FirstPoint()
| int IntPolyh_Edge::FirstPoint |
( |
| ) |
const |
|
inline |
◆ FirstTriangle()
| int IntPolyh_Edge::FirstTriangle |
( |
| ) |
const |
|
inline |
Returns the first triangle.
◆ SecondPoint()
| int IntPolyh_Edge::SecondPoint |
( |
| ) |
const |
|
inline |
Returns the second point.
◆ SecondTriangle()
| int IntPolyh_Edge::SecondTriangle |
( |
| ) |
const |
|
inline |
Returns the second triangle.
◆ SetFirstPoint()
| void IntPolyh_Edge::SetFirstPoint |
( |
const int | thePoint | ) |
|
|
inline |
◆ SetFirstTriangle()
| void IntPolyh_Edge::SetFirstTriangle |
( |
const int | theTriangle | ) |
|
|
inline |
◆ SetSecondPoint()
| void IntPolyh_Edge::SetSecondPoint |
( |
const int | thePoint | ) |
|
|
inline |
◆ SetSecondTriangle()
| void IntPolyh_Edge::SetSecondTriangle |
( |
const int | theTriangle | ) |
|
|
inline |
Sets the second triangle.
The documentation for this class was generated from the following file: