C# 클래스 CascadeSharp.TKBO.BOPDS.BOPDS_IndexedMapOfPaveBlock

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

공개 메소드들

메소드 설명
Add ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int
BOPDS_IndexedMapOfPaveBlock ( ) : System
BOPDS_IndexedMapOfPaveBlock ( BOPDS_IndexedMapOfPaveBlock theOther ) : System
BOPDS_IndexedMapOfPaveBlock ( int theNbBuckets ) : System
BOPDS_IndexedMapOfPaveBlock ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( BOPDS_PaveBlock theKey1 ) : bool
Exchange ( BOPDS_IndexedMapOfPaveBlock theOther ) : void
FindIndex ( BOPDS_PaveBlock theKey1 ) : int
FindKey ( int theIndex ) : BOPDS_PaveBlock
RemoveFromIndex ( int theIndex ) : void
RemoveKey ( BOPDS_PaveBlock theKey1 ) : bool
RemoveLast ( ) : void
Size ( ) : int
Substitute ( int theIndex, BOPDS_PaveBlock theKey1 ) : void
Swap ( int theIndex1, int theIndex2 ) : void

메소드 상세

Add() 공개 메소드

public Add ( CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock theKey1 ) : int
theKey1 CascadeSharp.TKBO.BOPDS.BOPDS_PaveBlock
리턴 int

BOPDS_IndexedMapOfPaveBlock() 공개 메소드

public BOPDS_IndexedMapOfPaveBlock ( ) : System
리턴 System

BOPDS_IndexedMapOfPaveBlock() 공개 메소드

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

BOPDS_IndexedMapOfPaveBlock() 공개 메소드

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

BOPDS_IndexedMapOfPaveBlock() 공개 메소드

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

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 ( BOPDS_PaveBlock theKey1 ) : bool
theKey1 BOPDS_PaveBlock
리턴 bool

Exchange() 공개 메소드

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

FindIndex() 공개 메소드

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

FindKey() 공개 메소드

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

RemoveFromIndex() 공개 메소드

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

RemoveKey() 공개 메소드

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

RemoveLast() 공개 메소드

public RemoveLast ( ) : void
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Substitute() 공개 메소드

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

Swap() 공개 메소드

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