C# 클래스 natix.CompactDS.Bitmap

상속: ILoadSave
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
Access ( int pos ) : bool
AssertEquality ( Bitmap other ) : void
Load ( BinaryReader br ) : void
Rank0 ( int pos ) : int
Rank1 ( int pos ) : int
Save ( BinaryWriter bw ) : void
Select0 ( int rank ) : int
Select1 ( int rank ) : int

보호된 메소드들

메소드 설명
SimpleRank1 ( int pos ) : int
SimpleSelect1 ( int rank ) : int

메소드 상세

Access() 공개 추상적인 메소드

public abstract Access ( int pos ) : bool
pos int
리턴 bool

AssertEquality() 공개 추상적인 메소드

public abstract AssertEquality ( Bitmap other ) : void
other Bitmap
리턴 void

Load() 공개 추상적인 메소드

public abstract Load ( BinaryReader br ) : void
br System.IO.BinaryReader
리턴 void

Rank0() 공개 메소드

public Rank0 ( int pos ) : int
pos int
리턴 int

Rank1() 공개 추상적인 메소드

public abstract Rank1 ( int pos ) : int
pos int
리턴 int

Save() 공개 추상적인 메소드

public abstract Save ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

Select0() 공개 메소드

public Select0 ( int rank ) : int
rank int
리턴 int

Select1() 공개 추상적인 메소드

public abstract Select1 ( int rank ) : int
rank int
리턴 int

SimpleRank1() 보호된 메소드

protected SimpleRank1 ( int pos ) : int
pos int
리턴 int

SimpleSelect1() 보호된 메소드

protected SimpleSelect1 ( int rank ) : int
rank int
리턴 int