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