C# 클래스 natix.CompactDS.SeqSinglePerm

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

공개 프로퍼티들

프로퍼티 타입 설명
LENS Bitmap
PERM IPermutation

공개 메소드들

메소드 설명
Access ( int pos ) : int
Build ( IList seq, int sigma, PermutationBuilder perm_builder, BitmapFromBitStream bitmap_builder ) : void
Load ( BinaryReader Input ) : void
PrintArray ( string msg, IList P ) : void
Rank ( int symbol, int pos ) : int
Save ( BinaryWriter Output ) : void
Select ( int symbol, int abs_rank ) : int
SeqSinglePerm ( ) : System
Unravel ( int symbol ) : Bitmap

메소드 상세

Access() 공개 메소드

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

Build() 공개 메소드

public Build ( IList seq, int sigma, PermutationBuilder perm_builder, BitmapFromBitStream bitmap_builder ) : void
seq IList
sigma int
perm_builder PermutationBuilder
bitmap_builder BitmapFromBitStream
리턴 void

Load() 공개 메소드

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

PrintArray() 공개 메소드

public PrintArray ( string msg, IList P ) : void
msg string
P IList
리턴 void

Rank() 공개 메소드

public Rank ( int symbol, int pos ) : int
symbol int
pos int
리턴 int

Save() 공개 메소드

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

Select() 공개 메소드

public Select ( int symbol, int abs_rank ) : int
symbol int
abs_rank int
리턴 int

SeqSinglePerm() 공개 메소드

public SeqSinglePerm ( ) : System
리턴 System

Unravel() 공개 메소드

public Unravel ( int symbol ) : Bitmap
symbol int
리턴 Bitmap

프로퍼티 상세

LENS 공개적으로 프로퍼티

public Bitmap,natix.CompactDS LENS
리턴 Bitmap

PERM 공개적으로 프로퍼티

public IPermutation PERM
리턴 IPermutation