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