#include <MeshShape_Couple.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | MeshShape_Couple () |
Standard_EXPORT | MeshShape_Couple (const Standard_Integer I1, const Standard_Integer I2) |
Standard_EXPORT Standard_Boolean | IsEqual (const MeshShape_Couple &other) const |
Standard_Boolean | operator== (const MeshShape_Couple &other) const |
Standard_EXPORT Standard_Integer | HashCode (const Standard_Integer Upper) const |
Returns a hashed value denoting <me>. This value is in the range 1..<upper>. . | |
Private Attributes | |
Standard_Integer | myI1 |
Standard_Integer | myI2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|