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