The class represents the couple of indices with additional characteristics such as analyzed flag and an angle. In IntPolyh_MaillageAffinage algorithm the class is used as a couple of interfering triangles with the intersection angle.
More...
#include <IntPolyh_Couple.hxx>
The class represents the couple of indices with additional characteristics such as analyzed flag and an angle. In IntPolyh_MaillageAffinage algorithm the class is used as a couple of interfering triangles with the intersection angle.
◆ IntPolyh_Couple() [1/2]
| IntPolyh_Couple::IntPolyh_Couple |
( |
| ) |
|
|
inline |
◆ IntPolyh_Couple() [2/2]
| IntPolyh_Couple::IntPolyh_Couple |
( |
const int | theTriangle1, |
|
|
const int | theTriangle2, |
|
|
const double | theAngle = -2.0 ) |
|
inline |
◆ Angle()
| double IntPolyh_Couple::Angle |
( |
| ) |
const |
|
inline |
◆ Dump()
| void IntPolyh_Couple::Dump |
( |
const int | v | ) |
const |
◆ FirstValue()
| int IntPolyh_Couple::FirstValue |
( |
| ) |
const |
|
inline |
◆ IsAnalyzed()
| bool IntPolyh_Couple::IsAnalyzed |
( |
| ) |
const |
|
inline |
Returns TRUE if the couple has been analyzed.
◆ IsEqual()
Returns true if the Couple is equal to <theOther>
◆ operator==()
Returns true if the Couple is equal to <theOther>
◆ SecondValue()
| int IntPolyh_Couple::SecondValue |
( |
| ) |
const |
|
inline |
Returns the second index.
◆ SetAnalyzed()
| void IntPolyh_Couple::SetAnalyzed |
( |
const bool | theAnalyzed | ) |
|
|
inline |
◆ SetAngle()
| void IntPolyh_Couple::SetAngle |
( |
const double | theAngle | ) |
|
|
inline |
◆ SetCoupleValue()
| void IntPolyh_Couple::SetCoupleValue |
( |
const int | theInd1, |
|
|
const int | theInd2 ) |
|
inline |
The documentation for this class was generated from the following file: