#include <BRepTools_MapOfVertexPnt2d.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepTools_MapOfVertexPnt2d (const Standard_Integer NbBuckets=1) | |
| BRepTools_MapOfVertexPnt2d & | Assign (const BRepTools_MapOfVertexPnt2d &Other) |
| BRepTools_MapOfVertexPnt2d & | operator= (const BRepTools_MapOfVertexPnt2d &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~BRepTools_MapOfVertexPnt2d () | |
| Standard_Boolean | Bind (const TopoDS_Shape &K, const TColgp_SequenceOfPnt2d &I) |
| Standard_Boolean | IsBound (const TopoDS_Shape &K) const |
| Standard_Boolean | UnBind (const TopoDS_Shape &K) |
| const TColgp_SequenceOfPnt2d & | Find (const TopoDS_Shape &K) const |
| const TColgp_SequenceOfPnt2d & | operator() (const TopoDS_Shape &K) const |
| TColgp_SequenceOfPnt2d & | ChangeFind (const TopoDS_Shape &K) |
| TColgp_SequenceOfPnt2d & | operator() (const TopoDS_Shape &K) |
| BRepTools_MapOfVertexPnt2d::BRepTools_MapOfVertexPnt2d | ( | const Standard_Integer | NbBuckets = 1 |
) |
| BRepTools_MapOfVertexPnt2d::~BRepTools_MapOfVertexPnt2d | ( | ) | [inline] |
| BRepTools_MapOfVertexPnt2d& BRepTools_MapOfVertexPnt2d::Assign | ( | const BRepTools_MapOfVertexPnt2d & | Other | ) |
| Standard_Boolean BRepTools_MapOfVertexPnt2d::Bind | ( | const TopoDS_Shape & | K, | |
| const TColgp_SequenceOfPnt2d & | I | |||
| ) |
| TColgp_SequenceOfPnt2d& BRepTools_MapOfVertexPnt2d::ChangeFind | ( | const TopoDS_Shape & | K | ) |
| void BRepTools_MapOfVertexPnt2d::Clear | ( | ) |
| const TColgp_SequenceOfPnt2d& BRepTools_MapOfVertexPnt2d::Find | ( | const TopoDS_Shape & | K | ) | const |
| Standard_Boolean BRepTools_MapOfVertexPnt2d::IsBound | ( | const TopoDS_Shape & | K | ) | const |
| void BRepTools_MapOfVertexPnt2d::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BRepTools_MapOfVertexPnt2d::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BRepTools_MapOfVertexPnt2d::operator new | ( | size_t | , | |
| void * | anAddress | |||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| TColgp_SequenceOfPnt2d& BRepTools_MapOfVertexPnt2d::operator() | ( | const TopoDS_Shape & | K | ) | [inline] |
| const TColgp_SequenceOfPnt2d& BRepTools_MapOfVertexPnt2d::operator() | ( | const TopoDS_Shape & | K | ) | const [inline] |
| BRepTools_MapOfVertexPnt2d& BRepTools_MapOfVertexPnt2d::operator= | ( | const BRepTools_MapOfVertexPnt2d & | Other | ) | [inline] |
| void BRepTools_MapOfVertexPnt2d::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean BRepTools_MapOfVertexPnt2d::UnBind | ( | const TopoDS_Shape & | K | ) |
1.6.3