Open CASCADE Technology
7.2.0
|
The class represents the edge built between the two IntPolyh points.
It is linked to two IntPolyh triangles.
More...
#include <IntPolyh_Edge.hxx>
Public Member Functions | |
IntPolyh_Edge () | |
Constructor. More... | |
IntPolyh_Edge (const Standard_Integer thePoint1, const Standard_Integer thePoint2, const Standard_Integer theTriangle1, const Standard_Integer theTriangle2) | |
Constructor. More... | |
Standard_Integer | FirstPoint () const |
Returns the first point. More... | |
Standard_Integer | SecondPoint () const |
Returns the second point. More... | |
Standard_Integer | FirstTriangle () const |
Returns the first triangle. More... | |
Standard_Integer | SecondTriangle () const |
Returns the second triangle. More... | |
void | SetFirstPoint (const Standard_Integer thePoint) |
Sets the first point. More... | |
void | SetSecondPoint (const Standard_Integer thePoint) |
Sets the second point. More... | |
void | SetFirstTriangle (const Standard_Integer theTriangle) |
Sets the first triangle. More... | |
void | SetSecondTriangle (const Standard_Integer theTriangle) |
Sets the second triangle. More... | |
void | Dump (const Standard_Integer v) const |
The class represents the edge built between the two IntPolyh points.
It is linked to two IntPolyh triangles.
|
inline |
Constructor.
|
inline |
Constructor.
void IntPolyh_Edge::Dump | ( | const Standard_Integer | v | ) | const |
|
inline |
Returns the first point.
|
inline |
Returns the first triangle.
|
inline |
Returns the second point.
|
inline |
Returns the second triangle.
|
inline |
Sets the first point.
|
inline |
Sets the first triangle.
|
inline |
Sets the second point.
|
inline |
Sets the second triangle.