Open CASCADE Technology
6.5.4
|
Auxiliary class providing structure to
store info about a couple of integers
#include <BOPTools_CoupleOfInteger.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOPTools_CoupleOfInteger () |
Empty Constructor | |
BOPTools_CoupleOfInteger (const Standard_Integer aFirst, const Standard_Integer aSecond) | |
Constructor | |
void | SetCouple (const Standard_Integer aFirst, const Standard_Integer aSecond) |
Modifier | |
void | SetFirst (const Standard_Integer aFirst) |
Modifier | |
void | SetSecond (const Standard_Integer aSecond) |
Modifier | |
void | Couple (Standard_Integer &aFirst, Standard_Integer &aSecond) const |
Selector | |
Standard_Integer | First () const |
Selector | |
Standard_Integer | Second () const |
Selector | |
Standard_Boolean | IsEqual (const BOPTools_CoupleOfInteger &aOther) const |
Standard_Integer | HashCode (const Standard_Integer Upper) const |
BOPTools_CoupleOfInteger::BOPTools_CoupleOfInteger | ( | const Standard_Integer | aFirst, |
const Standard_Integer | aSecond | ||
) |
void BOPTools_CoupleOfInteger::Couple | ( | Standard_Integer & | aFirst, |
Standard_Integer & | aSecond | ||
) | const |
Standard_Integer BOPTools_CoupleOfInteger::HashCode | ( | const Standard_Integer | Upper | ) | const |
Standard_Boolean BOPTools_CoupleOfInteger::IsEqual | ( | const BOPTools_CoupleOfInteger & | aOther | ) | const |
void BOPTools_CoupleOfInteger::SetCouple | ( | const Standard_Integer | aFirst, |
const Standard_Integer | aSecond | ||
) |