C# Class CascadeSharp.TKV3d.AIS.AIS_IndexedDataMapOfOwnerPrs

Exibir arquivo Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public AIS_IndexedDataMapOfOwnerPrs ( ) : System
return System

AIS_IndexedDataMapOfOwnerPrs() public method

public AIS_IndexedDataMapOfOwnerPrs ( AIS_IndexedDataMapOfOwnerPrs theOther ) : System
theOther AIS_IndexedDataMapOfOwnerPrs
return System

AIS_IndexedDataMapOfOwnerPrs() public method

public AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets ) : System
theNbBuckets int
return System

AIS_IndexedDataMapOfOwnerPrs() public method

public AIS_IndexedDataMapOfOwnerPrs ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
return System

Add() public method

public Add ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : int
theKey1 SelectMgr_EntityOwner
theItem Graphic3d_Structure
return int

ChangeFromIndex() public method

public ChangeFromIndex ( int theIndex ) : Graphic3d_Structure
theIndex int
return Graphic3d_Structure

ChangeFromKey() public method

public ChangeFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
return Graphic3d_Structure

ChangeSeek() public method

public ChangeSeek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
return Graphic3d_Structure

Clear() public method

public Clear ( ) : void
return void

Clear() public method

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
return void

Clear() public method

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
return void

Contains() public method

public Contains ( SelectMgr_EntityOwner theKey1 ) : bool
theKey1 SelectMgr_EntityOwner
return bool

Exchange() public method

public Exchange ( AIS_IndexedDataMapOfOwnerPrs theOther ) : void
theOther AIS_IndexedDataMapOfOwnerPrs
return void

FindFromIndex() public method

public FindFromIndex ( int theIndex ) : Graphic3d_Structure
theIndex int
return Graphic3d_Structure

FindFromKey() public method

public FindFromKey ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
return Graphic3d_Structure

FindFromKey() public method

public FindFromKey ( SelectMgr_EntityOwner theKey1, Graphic3d_Structure theValue ) : bool
theKey1 SelectMgr_EntityOwner
theValue Graphic3d_Structure
return bool

FindIndex() public method

public FindIndex ( SelectMgr_EntityOwner theKey1 ) : int
theKey1 SelectMgr_EntityOwner
return int

FindKey() public method

public FindKey ( int theIndex ) : SelectMgr_EntityOwner
theIndex int
return SelectMgr_EntityOwner

RemoveFromIndex() public method

public RemoveFromIndex ( int theIndex ) : void
theIndex int
return void

RemoveKey() public method

public RemoveKey ( SelectMgr_EntityOwner theKey1 ) : void
theKey1 SelectMgr_EntityOwner
return void

RemoveLast() public method

public RemoveLast ( ) : void
return void

Seek() public method

public Seek ( SelectMgr_EntityOwner theKey1 ) : Graphic3d_Structure
theKey1 SelectMgr_EntityOwner
return Graphic3d_Structure

Size() public method

public Size ( ) : int
return int

Substitute() public method

public Substitute ( int theIndex, SelectMgr_EntityOwner theKey1, Graphic3d_Structure theItem ) : void
theIndex int
theKey1 SelectMgr_EntityOwner
theItem Graphic3d_Structure
return void

Swap() public method

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
return void