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

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

공개 메소드들

메소드 설명
Added ( CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock K ) : CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock
Assign ( BOPDS_MapOfCommonBlock theOther ) : BOPDS_MapOfCommonBlock
BOPDS_MapOfCommonBlock ( ) : System
BOPDS_MapOfCommonBlock ( BOPDS_MapOfCommonBlock theOther ) : System
BOPDS_MapOfCommonBlock ( int theNbBuckets ) : System
BOPDS_MapOfCommonBlock ( int theNbBuckets, NCollection_BaseAllocator theAllocator ) : System
Clear ( ) : void
Clear ( NCollection_BaseAllocator theAllocator ) : void
Clear ( bool doReleaseMemory ) : void
Contains ( CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock K ) : bool
Contains ( BOPDS_MapOfCommonBlock theOther ) : bool
Differ ( BOPDS_MapOfCommonBlock theOther ) : bool
Difference ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
Exchange ( BOPDS_MapOfCommonBlock theOther ) : void
HasIntersection ( BOPDS_MapOfCommonBlock theMap ) : bool
Intersect ( BOPDS_MapOfCommonBlock theOther ) : bool
Intersection ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
IsEqual ( BOPDS_MapOfCommonBlock theOther ) : bool
Remove ( CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock K ) : bool
Size ( ) : int
Subtract ( BOPDS_MapOfCommonBlock theOther ) : bool
Subtraction ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
Union ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
Unite ( BOPDS_MapOfCommonBlock theOther ) : bool

메소드 상세

Added() 공개 메소드

public Added ( CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock K ) : CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock
K CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock
리턴 CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock

Assign() 공개 메소드

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

BOPDS_MapOfCommonBlock() 공개 메소드

public BOPDS_MapOfCommonBlock ( ) : System
리턴 System

BOPDS_MapOfCommonBlock() 공개 메소드

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

BOPDS_MapOfCommonBlock() 공개 메소드

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

BOPDS_MapOfCommonBlock() 공개 메소드

public BOPDS_MapOfCommonBlock ( 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 ( CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock K ) : bool
K CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock
리턴 bool

Contains() 공개 메소드

public Contains ( BOPDS_MapOfCommonBlock theOther ) : bool
theOther BOPDS_MapOfCommonBlock
리턴 bool

Differ() 공개 메소드

public Differ ( BOPDS_MapOfCommonBlock theOther ) : bool
theOther BOPDS_MapOfCommonBlock
리턴 bool

Difference() 공개 메소드

public Difference ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
theLeft BOPDS_MapOfCommonBlock
theRight BOPDS_MapOfCommonBlock
리턴 void

Exchange() 공개 메소드

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

HasIntersection() 공개 메소드

public HasIntersection ( BOPDS_MapOfCommonBlock theMap ) : bool
theMap BOPDS_MapOfCommonBlock
리턴 bool

Intersect() 공개 메소드

public Intersect ( BOPDS_MapOfCommonBlock theOther ) : bool
theOther BOPDS_MapOfCommonBlock
리턴 bool

Intersection() 공개 메소드

public Intersection ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
theLeft BOPDS_MapOfCommonBlock
theRight BOPDS_MapOfCommonBlock
리턴 void

IsEqual() 공개 메소드

public IsEqual ( BOPDS_MapOfCommonBlock theOther ) : bool
theOther BOPDS_MapOfCommonBlock
리턴 bool

Remove() 공개 메소드

public Remove ( CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock K ) : bool
K CascadeSharp.TKBO.BOPDS.BOPDS_CommonBlock
리턴 bool

Size() 공개 메소드

public Size ( ) : int
리턴 int

Subtract() 공개 메소드

public Subtract ( BOPDS_MapOfCommonBlock theOther ) : bool
theOther BOPDS_MapOfCommonBlock
리턴 bool

Subtraction() 공개 메소드

public Subtraction ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
theLeft BOPDS_MapOfCommonBlock
theRight BOPDS_MapOfCommonBlock
리턴 void

Union() 공개 메소드

public Union ( BOPDS_MapOfCommonBlock theLeft, BOPDS_MapOfCommonBlock theRight ) : void
theLeft BOPDS_MapOfCommonBlock
theRight BOPDS_MapOfCommonBlock
리턴 void

Unite() 공개 메소드

public Unite ( BOPDS_MapOfCommonBlock theOther ) : bool
theOther BOPDS_MapOfCommonBlock
리턴 bool