C# Class CascadeSharp.TKV3d.SelectMgr.SelectMgr_IndexedMapOfHSensitive

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Add ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : int
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : bool
Exchange ( SelectMgr_IndexedMapOfHSensitive theOther ) : void
FindIndex ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : int
FindKey ( int theIndex ) : CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : bool
RemoveLast ( ) : void
SelectMgr_IndexedMapOfHSensitive ( ) : System
SelectMgr_IndexedMapOfHSensitive ( SelectMgr_IndexedMapOfHSensitive theOther ) : System
SelectMgr_IndexedMapOfHSensitive ( int theNbBuckets ) : System
SelectMgr_IndexedMapOfHSensitive ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Size ( ) : int
Substitute ( int theIndex, CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : void
Swap ( int theIndex1, int theIndex2 ) : void

Method Details

Add() public method

public Add ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : int
theKey1 CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity
return int

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 ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : bool
theKey1 CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity
return bool

Exchange() public method

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

FindIndex() public method

public FindIndex ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : int
theKey1 CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity
return int

FindKey() public method

public FindKey ( int theIndex ) : CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity
theIndex int
return CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity

RemoveFromIndex() public method

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

RemoveKey() public method

public RemoveKey ( CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : bool
theKey1 CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity
return bool

RemoveLast() public method

public RemoveLast ( ) : void
return void

SelectMgr_IndexedMapOfHSensitive() public method

public SelectMgr_IndexedMapOfHSensitive ( ) : System
return System

SelectMgr_IndexedMapOfHSensitive() public method

public SelectMgr_IndexedMapOfHSensitive ( SelectMgr_IndexedMapOfHSensitive theOther ) : System
theOther SelectMgr_IndexedMapOfHSensitive
return System

SelectMgr_IndexedMapOfHSensitive() public method

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

SelectMgr_IndexedMapOfHSensitive() public method

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

Size() public method

public Size ( ) : int
return int

Substitute() public method

public Substitute ( int theIndex, CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity theKey1 ) : void
theIndex int
theKey1 CascadeSharp.TKV3d.SelectMgr.SelectMgr_SensitiveEntity
return void

Swap() public method

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