#include <BRepFill_DataMapOfNodeShape.hxx>

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