C# 클래스 CascadeSharp.TKTopAlgo.MAT2d.MAT2d_DataMapOfIntegerVec2d

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

공개 메소드들

메소드 설명
Assign ( MAT2d_DataMapOfIntegerVec2d theOther ) : MAT2d_DataMapOfIntegerVec2d
Bound ( int theKey, gp_Vec2d theItem ) : gp_Vec2d
ChangeFind ( int theKey ) : gp_Vec2d
ChangeSeek ( int theKey ) : gp_Vec2d
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Exchange ( MAT2d_DataMapOfIntegerVec2d theOther ) : void
Find ( int theKey, gp_Vec2d theValue ) : bool
Find ( int theKey ) : gp_Vec2d
IsBound ( int theKey ) : bool
MAT2d_DataMapOfIntegerVec2d ( ) : System
MAT2d_DataMapOfIntegerVec2d ( MAT2d_DataMapOfIntegerVec2d theOther ) : System
MAT2d_DataMapOfIntegerVec2d ( int theNbBuckets ) : System
MAT2d_DataMapOfIntegerVec2d ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Seek ( int theKey ) : gp_Vec2d
Size ( ) : int
UnBind ( int theKey ) : bool

메소드 상세

Assign() 공개 메소드

public Assign ( MAT2d_DataMapOfIntegerVec2d theOther ) : MAT2d_DataMapOfIntegerVec2d
theOther MAT2d_DataMapOfIntegerVec2d
리턴 MAT2d_DataMapOfIntegerVec2d

Bound() 공개 메소드

public Bound ( int theKey, gp_Vec2d theItem ) : gp_Vec2d
theKey int
theItem gp_Vec2d
리턴 gp_Vec2d

ChangeFind() 공개 메소드

public ChangeFind ( int theKey ) : gp_Vec2d
theKey int
리턴 gp_Vec2d

ChangeSeek() 공개 메소드

public ChangeSeek ( int theKey ) : gp_Vec2d
theKey int
리턴 gp_Vec2d

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

Exchange() 공개 메소드

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

Find() 공개 메소드

public Find ( int theKey, gp_Vec2d theValue ) : bool
theKey int
theValue gp_Vec2d
리턴 bool

Find() 공개 메소드

public Find ( int theKey ) : gp_Vec2d
theKey int
리턴 gp_Vec2d

IsBound() 공개 메소드

public IsBound ( int theKey ) : bool
theKey int
리턴 bool

MAT2d_DataMapOfIntegerVec2d() 공개 메소드

public MAT2d_DataMapOfIntegerVec2d ( ) : System
리턴 System

MAT2d_DataMapOfIntegerVec2d() 공개 메소드

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

MAT2d_DataMapOfIntegerVec2d() 공개 메소드

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

MAT2d_DataMapOfIntegerVec2d() 공개 메소드

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

Seek() 공개 메소드

public Seek ( int theKey ) : gp_Vec2d
theKey int
리턴 gp_Vec2d

Size() 공개 메소드

public Size ( ) : int
리턴 int

UnBind() 공개 메소드

public UnBind ( int theKey ) : bool
theKey int
리턴 bool