|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOPTColStd_ShapeWithRank () |
| Empty constructor
.
|
Standard_EXPORT void | SetShape (const TopoDS_Shape &aS) |
| Modifier
.
|
Standard_EXPORT void | SetRank (const Standard_Integer aR) |
| Modifier
.
|
Standard_EXPORT const TopoDS_Shape & | Shape () const |
| Selector
.
|
Standard_EXPORT Standard_Integer | Rank () const |
| Selector
.
|
Standard_EXPORT Standard_Integer | HashCode (const Standard_Integer Upper) const |
| Returns a HasCode value for the Key <k> in the
range 0..Upper.
.
|
Standard_EXPORT Standard_Boolean | IsEqual (const BOPTColStd_ShapeWithRank &Other) const |
| Returns True when the two keys are the same. Two
same keys must have the same hashcode, the
contrary is not necessary.
.
|
Private Attributes |
TopoDS_Shape | myShape |
Standard_Integer | myRank |