Open CASCADE Technology 6.6.0
Public Member Functions
TopTools_IndexedMapOfShape Class Reference

#include <TopTools_IndexedMapOfShape.hxx>

Inheritance diagram for TopTools_IndexedMapOfShape:
Inheritance graph
[legend]

Public Member Functions

 TopTools_IndexedMapOfShape (const Standard_Integer NbBuckets=1)
TopTools_IndexedMapOfShapeAssign (const TopTools_IndexedMapOfShape &Other)
TopTools_IndexedMapOfShapeoperator= (const TopTools_IndexedMapOfShape &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~TopTools_IndexedMapOfShape ()
Standard_Integer Add (const TopoDS_Shape &K)
void Substitute (const Standard_Integer I, const TopoDS_Shape &K)
void RemoveLast ()
Standard_Boolean Contains (const TopoDS_Shape &K) const
const TopoDS_ShapeFindKey (const Standard_Integer I) const
const TopoDS_Shapeoperator() (const Standard_Integer I) const
Standard_Integer FindIndex (const TopoDS_Shape &K) const

Constructor & Destructor Documentation

TopTools_IndexedMapOfShape::TopTools_IndexedMapOfShape ( const Standard_Integer  NbBuckets = 1)
TopTools_IndexedMapOfShape::~TopTools_IndexedMapOfShape ( ) [inline]

Member Function Documentation

Standard_Integer TopTools_IndexedMapOfShape::Add ( const TopoDS_Shape K)
TopTools_IndexedMapOfShape& TopTools_IndexedMapOfShape::Assign ( const TopTools_IndexedMapOfShape Other)
void TopTools_IndexedMapOfShape::Clear ( )
Standard_Boolean TopTools_IndexedMapOfShape::Contains ( const TopoDS_Shape K) const
Standard_Integer TopTools_IndexedMapOfShape::FindIndex ( const TopoDS_Shape K) const
const TopoDS_Shape& TopTools_IndexedMapOfShape::FindKey ( const Standard_Integer  I) const
const TopoDS_Shape& TopTools_IndexedMapOfShape::operator() ( const Standard_Integer  I) const [inline]
TopTools_IndexedMapOfShape& TopTools_IndexedMapOfShape::operator= ( const TopTools_IndexedMapOfShape Other) [inline]
void TopTools_IndexedMapOfShape::RemoveLast ( )
void TopTools_IndexedMapOfShape::ReSize ( const Standard_Integer  NbBuckets)
void TopTools_IndexedMapOfShape::Substitute ( const Standard_Integer  I,
const TopoDS_Shape K 
)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines