Open CASCADE Technology
6.5.4
|
#include <ChFiKPart_RstMap.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | ChFiKPart_RstMap (const Standard_Integer NbBuckets=1) |
ChFiKPart_RstMap & | Assign (const ChFiKPart_RstMap &Other) |
ChFiKPart_RstMap & | operator= (const ChFiKPart_RstMap &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~ChFiKPart_RstMap () | |
Standard_Boolean | Bind (const Standard_Integer &K, const Handle< Adaptor2d_HCurve2d > &I) |
Standard_Boolean | IsBound (const Standard_Integer &K) const |
Standard_Boolean | UnBind (const Standard_Integer &K) |
const Handle_Adaptor2d_HCurve2d & | Find (const Standard_Integer &K) const |
const Handle_Adaptor2d_HCurve2d & | operator() (const Standard_Integer &K) const |
Handle_Adaptor2d_HCurve2d & | ChangeFind (const Standard_Integer &K) |
Handle_Adaptor2d_HCurve2d & | operator() (const Standard_Integer &K) |
Standard_Address | Find1 (const Standard_Integer &K) const |
Standard_Address | ChangeFind1 (const Standard_Integer &K) |
DEFINE_STANDARD_ALLOC ChFiKPart_RstMap::ChFiKPart_RstMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
ChFiKPart_RstMap::~ChFiKPart_RstMap | ( | ) | [inline] |
Standard_Boolean ChFiKPart_RstMap::Bind | ( | const Standard_Integer & | K, |
const Handle< Adaptor2d_HCurve2d > & | I | ||
) |
Handle_Adaptor2d_HCurve2d& ChFiKPart_RstMap::ChangeFind | ( | const Standard_Integer & | K | ) |
const Handle_Adaptor2d_HCurve2d& ChFiKPart_RstMap::Find | ( | const Standard_Integer & | K | ) | const |
Standard_Address ChFiKPart_RstMap::Find1 | ( | const Standard_Integer & | K | ) | const |
Standard_Boolean ChFiKPart_RstMap::IsBound | ( | const Standard_Integer & | K | ) | const |
const Handle_Adaptor2d_HCurve2d& ChFiKPart_RstMap::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
Handle_Adaptor2d_HCurve2d& ChFiKPart_RstMap::operator() | ( | const Standard_Integer & | K | ) | [inline] |
ChFiKPart_RstMap& ChFiKPart_RstMap::operator= | ( | const ChFiKPart_RstMap & | Other | ) | [inline] |
void ChFiKPart_RstMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |