Open CASCADE Technology 6.6.0
|
#include <AIS_MapOfInteractive.hxx>
Public Member Functions | |
AIS_MapOfInteractive (const Standard_Integer NbBuckets=1) | |
AIS_MapOfInteractive & | Assign (const AIS_MapOfInteractive &Other) |
AIS_MapOfInteractive & | operator= (const AIS_MapOfInteractive &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~AIS_MapOfInteractive () | |
Standard_Boolean | Add (const Handle< AIS_InteractiveObject > &aKey) |
Standard_Boolean | Contains (const Handle< AIS_InteractiveObject > &aKey) const |
Standard_Boolean | Remove (const Handle< AIS_InteractiveObject > &aKey) |
AIS_MapOfInteractive::AIS_MapOfInteractive | ( | const Standard_Integer | NbBuckets = 1 | ) |
AIS_MapOfInteractive::~AIS_MapOfInteractive | ( | ) | [inline] |
Standard_Boolean AIS_MapOfInteractive::Add | ( | const Handle< AIS_InteractiveObject > & | aKey | ) |
AIS_MapOfInteractive& AIS_MapOfInteractive::Assign | ( | const AIS_MapOfInteractive & | Other | ) |
void AIS_MapOfInteractive::Clear | ( | ) |
Standard_Boolean AIS_MapOfInteractive::Contains | ( | const Handle< AIS_InteractiveObject > & | aKey | ) | const |
AIS_MapOfInteractive& AIS_MapOfInteractive::operator= | ( | const AIS_MapOfInteractive & | Other | ) | [inline] |
Standard_Boolean AIS_MapOfInteractive::Remove | ( | const Handle< AIS_InteractiveObject > & | aKey | ) |
void AIS_MapOfInteractive::ReSize | ( | const Standard_Integer | NbBuckets | ) |