C# 클래스 CascadeSharp.TKMath.TopLoc.TopLoc_IndexedMapOfLocation

파일 보기 프로젝트 열기: Oblikovati/CascadeSharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( TopLoc_Location theKey1 ) : int
theKey1 TopLoc_Location
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( NCollection_BaseAllocator theAllocator ) : void
theAllocator NCollection_BaseAllocator
리턴 void

Clear() 공개 메소드

public Clear ( bool doReleaseMemory ) : void
doReleaseMemory bool
리턴 void

Contains() 공개 메소드

public Contains ( TopLoc_Location theKey1 ) : bool
theKey1 TopLoc_Location
리턴 bool

Exchange() 공개 메소드

public Exchange ( TopLoc_IndexedMapOfLocation theOther ) : void
theOther TopLoc_IndexedMapOfLocation
리턴 void

FindIndex() 공개 메소드

public FindIndex ( TopLoc_Location theKey1 ) : int
theKey1 TopLoc_Location
리턴 int

FindKey() 공개 메소드

public FindKey ( int theIndex ) : TopLoc_Location
theIndex int
리턴 TopLoc_Location

RemoveFromIndex() 공개 메소드

public RemoveFromIndex ( int theIndex ) : void
theIndex int
리턴 void

RemoveKey() 공개 메소드

public RemoveKey ( TopLoc_Location theKey1 ) : bool
theKey1 TopLoc_Location
리턴 bool

RemoveLast() 공개 메소드

public RemoveLast ( ) : void
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Substitute() 공개 메소드

public Substitute ( int theIndex, TopLoc_Location theKey1 ) : void
theIndex int
theKey1 TopLoc_Location
리턴 void

Swap() 공개 메소드

public Swap ( int theIndex1, int theIndex2 ) : void
theIndex1 int
theIndex2 int
리턴 void

TopLoc_IndexedMapOfLocation() 공개 메소드

public TopLoc_IndexedMapOfLocation ( ) : System
리턴 System

TopLoc_IndexedMapOfLocation() 공개 메소드

public TopLoc_IndexedMapOfLocation ( TopLoc_IndexedMapOfLocation theOther ) : System
theOther TopLoc_IndexedMapOfLocation
리턴 System

TopLoc_IndexedMapOfLocation() 공개 메소드

public TopLoc_IndexedMapOfLocation ( int theNbBuckets ) : System
theNbBuckets int
리턴 System

TopLoc_IndexedMapOfLocation() 공개 메소드

public TopLoc_IndexedMapOfLocation ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
theNbBuckets int
theAllocator NCollection_BaseAllocator
리턴 System