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