Open CASCADE Technology  7.7.0
Public Member Functions

IntPolyh_Edge Class Reference

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
 

Detailed Description

The class represents the edge built between the two IntPolyh points.
It is linked to two IntPolyh triangles.

Constructor & Destructor Documentation

◆ IntPolyh_Edge() [1/2]

IntPolyh_Edge::IntPolyh_Edge ( )
inline

Constructor.

◆ IntPolyh_Edge() [2/2]

IntPolyh_Edge::IntPolyh_Edge ( const Standard_Integer  thePoint1,
const Standard_Integer  thePoint2,
const Standard_Integer  theTriangle1,
const Standard_Integer  theTriangle2 
)
inline

Constructor.

Member Function Documentation

◆ Dump()

void IntPolyh_Edge::Dump ( const Standard_Integer  v) const

◆ FirstPoint()

Standard_Integer IntPolyh_Edge::FirstPoint ( ) const
inline

Returns the first point.

◆ FirstTriangle()

Standard_Integer IntPolyh_Edge::FirstTriangle ( ) const
inline

Returns the first triangle.

◆ SecondPoint()

Standard_Integer IntPolyh_Edge::SecondPoint ( ) const
inline

Returns the second point.

◆ SecondTriangle()

Standard_Integer IntPolyh_Edge::SecondTriangle ( ) const
inline

Returns the second triangle.

◆ SetFirstPoint()

void IntPolyh_Edge::SetFirstPoint ( const Standard_Integer  thePoint)
inline

Sets the first point.

◆ SetFirstTriangle()

void IntPolyh_Edge::SetFirstTriangle ( const Standard_Integer  theTriangle)
inline

Sets the first triangle.

◆ SetSecondPoint()

void IntPolyh_Edge::SetSecondPoint ( const Standard_Integer  thePoint)
inline

Sets the second point.

◆ SetSecondTriangle()

void IntPolyh_Edge::SetSecondTriangle ( const Standard_Integer  theTriangle)
inline

Sets the second triangle.


The documentation for this class was generated from the following file: