C# Class CascadeSharp.TKMath.TopLoc.TopLoc_IndexedMapOfLocation

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Add ( TopLoc_Location theKey1 ) : int
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( TopLoc_Location theKey1 ) : bool
Exchange ( TopLoc_IndexedMapOfLocation theOther ) : void
FindIndex ( TopLoc_Location theKey1 ) : int
FindKey ( int theIndex ) : TopLoc_Location
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( TopLoc_Location theKey1 ) : bool
RemoveLast ( ) : void
Size ( ) : int
Substitute ( int theIndex, TopLoc_Location theKey1 ) : void
Swap ( int theIndex1, int theIndex2 ) : void
TopLoc_IndexedMapOfLocation ( ) : System
TopLoc_IndexedMapOfLocation ( TopLoc_IndexedMapOfLocation theOther ) : System
TopLoc_IndexedMapOfLocation ( int theNbBuckets ) : System
TopLoc_IndexedMapOfLocation ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System

Method Details

Add() public method

public Add ( TopLoc_Location theKey1 ) : int
theKey1 TopLoc_Location
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 ( TopLoc_Location theKey1 ) : bool
theKey1 TopLoc_Location
return bool

Exchange() public method

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

FindIndex() public method

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

FindKey() public method

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

RemoveFromIndex() public method

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

RemoveKey() public method

public RemoveKey ( TopLoc_Location theKey1 ) : bool
theKey1 TopLoc_Location
return bool

RemoveLast() public method

public RemoveLast ( ) : void
return void

Size() public method

public Size ( ) : int
return int

Substitute() public method

public Substitute ( int theIndex, TopLoc_Location theKey1 ) : void
theIndex int
theKey1 TopLoc_Location
return void

Swap() public method

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

TopLoc_IndexedMapOfLocation() public method

public TopLoc_IndexedMapOfLocation ( ) : System
return System

TopLoc_IndexedMapOfLocation() public method

public TopLoc_IndexedMapOfLocation ( TopLoc_IndexedMapOfLocation theOther ) : System
theOther TopLoc_IndexedMapOfLocation
return System

TopLoc_IndexedMapOfLocation() public method

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

TopLoc_IndexedMapOfLocation() public method

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