C# 클래스 CascadeSharp.TKernel.TColStd.TColStd_IndexedMapOfTransient

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

공개 메소드들

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

메소드 상세

Add() 공개 메소드

public Add ( Standard_Transient theKey1 ) : int
theKey1 Standard_Transient
리턴 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 ( Standard_Transient theKey1 ) : bool
theKey1 Standard_Transient
리턴 bool

Exchange() 공개 메소드

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

FindIndex() 공개 메소드

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

FindKey() 공개 메소드

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

RemoveFromIndex() 공개 메소드

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

RemoveKey() 공개 메소드

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

RemoveLast() 공개 메소드

public RemoveLast ( ) : void
리턴 void

Size() 공개 메소드

public Size ( ) : int
리턴 int

Substitute() 공개 메소드

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

Swap() 공개 메소드

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

TColStd_IndexedMapOfTransient() 공개 메소드

public TColStd_IndexedMapOfTransient ( ) : System
리턴 System

TColStd_IndexedMapOfTransient() 공개 메소드

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

TColStd_IndexedMapOfTransient() 공개 메소드

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

TColStd_IndexedMapOfTransient() 공개 메소드

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