Open CASCADE Technology 6.6.0
Public Member Functions
TopLoc_IndexedMapOfLocation Class Reference

#include <TopLoc_IndexedMapOfLocation.hxx>

Inheritance diagram for TopLoc_IndexedMapOfLocation:
Inheritance graph
[legend]

Public Member Functions

 TopLoc_IndexedMapOfLocation (const Standard_Integer NbBuckets=1)
TopLoc_IndexedMapOfLocationAssign (const TopLoc_IndexedMapOfLocation &Other)
TopLoc_IndexedMapOfLocationoperator= (const TopLoc_IndexedMapOfLocation &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~TopLoc_IndexedMapOfLocation ()
Standard_Integer Add (const TopLoc_Location &K)
void Substitute (const Standard_Integer I, const TopLoc_Location &K)
void RemoveLast ()
Standard_Boolean Contains (const TopLoc_Location &K) const
const TopLoc_LocationFindKey (const Standard_Integer I) const
const TopLoc_Locationoperator() (const Standard_Integer I) const
Standard_Integer FindIndex (const TopLoc_Location &K) const

Constructor & Destructor Documentation

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

Member Function Documentation

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

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