Open CASCADE Technology 7.8.2.dev
|
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 Standard_Integer theIndex1, const Standard_Integer theIndex2) | |
~BOPDS_Pair () | |
void | SetIndices (const Standard_Integer theIndex1, const Standard_Integer theIndex2) |
Sets the indices. | |
void | Indices (Standard_Integer &theIndex1, Standard_Integer &theIndex2) const |
Gets the indices. | |
Standard_Boolean | operator< (const BOPDS_Pair &theOther) const |
Operator less. | |
Standard_Boolean | 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 | |
Standard_Integer | myIndex1 |
Standard_Integer | myIndex2 |
The class is to provide the pair of indices of interfering shapes.
|
inline |
|
inline |
|
inline |
|
inline |
Gets the indices.
|
inline |
Returns true if the Pair is equal to <the theOther>
|
inline |
Operator less.
|
inline |
|
inline |
Sets the indices.
|
protected |
|
protected |