|
Open CASCADE Technology 6.5.2
|
BiInt is a set of two integers.
#include <MAT2d_BiInt.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| MAT2d_BiInt (const Standard_Integer I1, const Standard_Integer I2) | |
| Standard_Integer | FirstIndex () const |
| Standard_Integer | SecondIndex () const |
| void | FirstIndex (const Standard_Integer I1) |
| void | SecondIndex (const Standard_Integer I2) |
| Standard_Boolean | IsEqual (const MAT2d_BiInt &B) const |
| Standard_Boolean | operator== (const MAT2d_BiInt &B) const |
| MAT2d_BiInt::MAT2d_BiInt | ( | const Standard_Integer | I1, |
| const Standard_Integer | I2 | ||
| ) |
| Standard_Integer MAT2d_BiInt::FirstIndex | ( | ) | const |
| void MAT2d_BiInt::FirstIndex | ( | const Standard_Integer | I1 | ) |
| Standard_Boolean MAT2d_BiInt::IsEqual | ( | const MAT2d_BiInt & | B | ) | const |
| void MAT2d_BiInt::operator delete | ( | void * | anAddress | ) | [inline] |
| void* MAT2d_BiInt::operator new | ( | size_t | size | ) | [inline] |
| void* MAT2d_BiInt::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| Standard_Boolean MAT2d_BiInt::operator== | ( | const MAT2d_BiInt & | B | ) | const [inline] |
| Standard_Integer MAT2d_BiInt::SecondIndex | ( | ) | const |
| void MAT2d_BiInt::SecondIndex | ( | const Standard_Integer | I2 | ) |
1.7.4