C# Class CascadeSharp.TKV3d.AIS.AIS_IndexedDataMapOfOwnerPrs

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
AIS_IndexedDataMapOfOwnerPrs ( ) : System
AIS_IndexedDataMapOfOwnerPrs ( AIS_IndexedDataMapOfOwnerPrs theOther ) : System
AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets ) : System
AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Add ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : int
ChangeFromIndex ( int theIndex ) : Graphic3d_Structure
ChangeFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
ChangeSeek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( SelectMgr_EntityOwner theKey1 ) : bool
Exchange ( AIS_IndexedDataMapOfOwnerPrs theOther ) : void
FindFromIndex ( int theIndex ) : Graphic3d_Structure
FindFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
FindFromKey ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theValue ) : bool
FindIndex ( SelectMgr_EntityOwner theKey1 ) : int
FindKey ( int theIndex ) : SelectMgr_EntityOwner
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( SelectMgr_EntityOwner theKey1 ) : void
RemoveLast ( ) : void
Seek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
Size ( ) : int
Substitute ( int theIndex, SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : void
Swap ( int theIndex1, int theIndex2 ) : void

Method Details

AIS_IndexedDataMapOfOwnerPrs() public méthode

public AIS_IndexedDataMapOfOwnerPrs ( ) : System
Résultat System

AIS_IndexedDataMapOfOwnerPrs() public méthode

public AIS_IndexedDataMapOfOwnerPrs ( AIS_IndexedDataMapOfOwnerPrs theOther ) : System
theOther AIS_IndexedDataMapOfOwnerPrs
Résultat System

AIS_IndexedDataMapOfOwnerPrs() public méthode

public AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets ) : System
theNbBuckets int
Résultat System

AIS_IndexedDataMapOfOwnerPrs() public méthode

public AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
Résultat System

Add() public méthode

public Add ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : int
theKey1 SelectMgr_EntityOwner
theItem Graphic3d_Structure
Résultat int

ChangeFromIndex() public méthode

public ChangeFromIndex ( int theIndex ) : Graphic3d_Structure
theIndex int
Résultat Graphic3d_Structure

ChangeFromKey() public méthode

public ChangeFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
Résultat Graphic3d_Structure

ChangeSeek() public méthode

public ChangeSeek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
Résultat Graphic3d_Structure

Clear() public méthode

public Clear ( ) : void
Résultat void

Clear() public méthode

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
Résultat void

Clear() public méthode

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
Résultat void

Contains() public méthode

public Contains ( SelectMgr_EntityOwner theKey1 ) : bool
theKey1 SelectMgr_EntityOwner
Résultat bool

Exchange() public méthode

public Exchange ( AIS_IndexedDataMapOfOwnerPrs theOther ) : void
theOther AIS_IndexedDataMapOfOwnerPrs
Résultat void

FindFromIndex() public méthode

public FindFromIndex ( int theIndex ) : Graphic3d_Structure
theIndex int
Résultat Graphic3d_Structure

FindFromKey() public méthode

public FindFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
Résultat Graphic3d_Structure

FindFromKey() public méthode

public FindFromKey ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theValue ) : bool
theKey1 SelectMgr_EntityOwner
theValue Graphic3d_Structure
Résultat bool

FindIndex() public méthode

public FindIndex ( SelectMgr_EntityOwner theKey1 ) : int
theKey1 SelectMgr_EntityOwner
Résultat int

FindKey() public méthode

public FindKey ( int theIndex ) : SelectMgr_EntityOwner
theIndex int
Résultat SelectMgr_EntityOwner

RemoveFromIndex() public méthode

public RemoveFromIndex ( int theIndex ) : void
theIndex int
Résultat void

RemoveKey() public méthode

public RemoveKey ( SelectMgr_EntityOwner theKey1 ) : void
theKey1 SelectMgr_EntityOwner
Résultat void

RemoveLast() public méthode

public RemoveLast ( ) : void
Résultat void

Seek() public méthode

public Seek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
Résultat Graphic3d_Structure

Size() public méthode

public Size ( ) : int
Résultat int

Substitute() public méthode

public Substitute ( int theIndex, SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : void
theIndex int
theKey1 SelectMgr_EntityOwner
theItem Graphic3d_Structure
Résultat void

Swap() public méthode

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
Résultat void