Open CASCADE Technology 6.5.2
Public Member Functions
BOPTools_IMapOfPaveBlock Class Reference

#include <BOPTools_IMapOfPaveBlock.hxx>

Inheritance diagram for BOPTools_IMapOfPaveBlock:
Inheritance graph
[legend]

Public Member Functions

void * operator new (size_t, void *anAddress)
void * operator new (size_t size)
void operator delete (void *anAddress)
 BOPTools_IMapOfPaveBlock (const Standard_Integer NbBuckets=1)
BOPTools_IMapOfPaveBlockAssign (const BOPTools_IMapOfPaveBlock &Other)
BOPTools_IMapOfPaveBlockoperator= (const BOPTools_IMapOfPaveBlock &Other)
void ReSize (const Standard_Integer NbBuckets)
void Clear ()
 ~BOPTools_IMapOfPaveBlock ()
Standard_Integer Add (const BOPTools_PaveBlock &K)
void Substitute (const Standard_Integer I, const BOPTools_PaveBlock &K)
void RemoveLast ()
Standard_Boolean Contains (const BOPTools_PaveBlock &K) const
const BOPTools_PaveBlockFindKey (const Standard_Integer I) const
const BOPTools_PaveBlockoperator() (const Standard_Integer I) const
Standard_Integer FindIndex (const BOPTools_PaveBlock &K) const

Constructor & Destructor Documentation

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

Member Function Documentation

Standard_Integer BOPTools_IMapOfPaveBlock::Add ( const BOPTools_PaveBlock K)
BOPTools_IMapOfPaveBlock& BOPTools_IMapOfPaveBlock::Assign ( const BOPTools_IMapOfPaveBlock Other)
void BOPTools_IMapOfPaveBlock::Clear ( )
Standard_Boolean BOPTools_IMapOfPaveBlock::Contains ( const BOPTools_PaveBlock K) const
Standard_Integer BOPTools_IMapOfPaveBlock::FindIndex ( const BOPTools_PaveBlock K) const
const BOPTools_PaveBlock& BOPTools_IMapOfPaveBlock::FindKey ( const Standard_Integer  I) const
void BOPTools_IMapOfPaveBlock::operator delete ( void *  anAddress) [inline]

Reimplemented from TCollection_BasicMap.

void* BOPTools_IMapOfPaveBlock::operator new ( size_t  size) [inline]

Reimplemented from TCollection_BasicMap.

void* BOPTools_IMapOfPaveBlock::operator new ( size_t  ,
void *  anAddress 
) [inline]

Reimplemented from TCollection_BasicMap.

const BOPTools_PaveBlock& BOPTools_IMapOfPaveBlock::operator() ( const Standard_Integer  I) const [inline]
BOPTools_IMapOfPaveBlock& BOPTools_IMapOfPaveBlock::operator= ( const BOPTools_IMapOfPaveBlock Other) [inline]
void BOPTools_IMapOfPaveBlock::RemoveLast ( )
void BOPTools_IMapOfPaveBlock::ReSize ( const Standard_Integer  NbBuckets)
void BOPTools_IMapOfPaveBlock::Substitute ( const Standard_Integer  I,
const BOPTools_PaveBlock K 
)

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