![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
The class is to provide the pair of indices of interfering shapes. More...
#include <BOPDS_Pair.hxx>
Public Member Functions | |
| BOPDS_Pair () | |
| BOPDS_Pair (const int theIndex1, const int theIndex2) | |
| ~BOPDS_Pair ()=default | |
| void | SetIndices (const int theIndex1, const int theIndex2) |
| Sets the indices. | |
| void | Indices (int &theIndex1, int &theIndex2) const |
| Gets the indices. | |
| bool | operator< (const BOPDS_Pair &theOther) const |
| Operator less. | |
| bool | IsEqual (const BOPDS_Pair &theOther) const |
| Returns true if the Pair is equal to <the theOther> | |
| bool | operator== (const BOPDS_Pair &theOther) const |
Protected Attributes | |
| int | myIndex1 |
| int | myIndex2 |
The class is to provide the pair of indices of interfering shapes.
|
inline |
|
default |
|
inline |
Returns true if the Pair is equal to <the theOther>
|
inline |
Operator less.
|
inline |
|
protected |
|
protected |