Open CASCADE Technology
6.9.0
|
#include <StepToTopoDS_DataMapOfTRI.hxx>
Additional Inherited Members | |
Protected Member Functions inherited from TCollection_BasicMap | |
TCollection_BasicMap (const Standard_Integer NbBuckets, const Standard_Boolean single) | |
Initialize the map. Single is True when the map uses only one table of buckets. More... | |
Standard_Boolean | BeginResize (const Standard_Integer NbBuckets, Standard_Integer &NewBuckets, Standard_Address &data1, Standard_Address &data2) const |
Tries to resize the Map with NbBuckets. Returns True if possible, NewBuckts is the new nuber of buckets. data1 and data2 are the new tables of buckets where the data must be copied. More... | |
void | EndResize (const Standard_Integer NbBuckets, const Standard_Integer NewBuckets, const Standard_Address data1, const Standard_Address data2) |
If BeginResize was succesfull after copying the data to data1 and data2 this methods update the tables and destroys the old ones. More... | |
Standard_Boolean | Resizable () const |
Returns True if resizing the map should be considered. More... | |
void | Increment () |
Decrement the extent of the map. More... | |
void | Decrement () |
Decrement the extent of the map. More... | |
void | Destroy () |
Destroys the buckets. More... | |
Protected Attributes inherited from TCollection_BasicMap | |
Standard_Address | myData1 |
Standard_Address | myData2 |
StepToTopoDS_DataMapOfTRI::StepToTopoDS_DataMapOfTRI | ( | const Standard_Integer | NbBuckets = 1 | ) |
|
inline |
StepToTopoDS_DataMapOfTRI& StepToTopoDS_DataMapOfTRI::Assign | ( | const StepToTopoDS_DataMapOfTRI & | Other | ) |
Standard_Boolean StepToTopoDS_DataMapOfTRI::Bind | ( | const Handle< StepShape_TopologicalRepresentationItem > & | K, |
const TopoDS_Shape & | I | ||
) |
TopoDS_Shape& StepToTopoDS_DataMapOfTRI::ChangeFind | ( | const Handle< StepShape_TopologicalRepresentationItem > & | K | ) |
Standard_Address StepToTopoDS_DataMapOfTRI::ChangeFind1 | ( | const Handle< StepShape_TopologicalRepresentationItem > & | K | ) |
void StepToTopoDS_DataMapOfTRI::Clear | ( | ) |
const TopoDS_Shape& StepToTopoDS_DataMapOfTRI::Find | ( | const Handle< StepShape_TopologicalRepresentationItem > & | K | ) | const |
Standard_Address StepToTopoDS_DataMapOfTRI::Find1 | ( | const Handle< StepShape_TopologicalRepresentationItem > & | K | ) | const |
Standard_Boolean StepToTopoDS_DataMapOfTRI::IsBound | ( | const Handle< StepShape_TopologicalRepresentationItem > & | K | ) | const |
|
inline |
|
inline |
|
inline |
void StepToTopoDS_DataMapOfTRI::ReSize | ( | const Standard_Integer | NbBuckets | ) |
Standard_Boolean StepToTopoDS_DataMapOfTRI::UnBind | ( | const Handle< StepShape_TopologicalRepresentationItem > & | K | ) |