C# Class natix.CompactDS.SeqPlain

Inheritance: Sequence
Afficher le fichier Open project: sadit/natix Class Usage Examples

Méthodes publiques

Свойство Type Description
SEQ IList
X Bitmap

Méthodes publiques

Méthode Description
Access ( int pos ) : int
Build ( IList seq, int sigma, short B, ListIBuilder list_builder = null, BitmapFromBitStream bitmap_builder = null ) : void
FindPopCount ( int symbol, int sp, int count ) : int
Load ( BinaryReader Input ) : void
PopCount ( int symbol, int sp, int ep ) : int
Rank ( int symbol, int pos ) : int
Save ( BinaryWriter Output ) : void
Select ( int symbol, int rank ) : int
SeqPlain ( ) : System
Unravel ( int sym ) : Bitmap

Method Details

Access() public méthode

public Access ( int pos ) : int
pos int
Résultat int

Build() public méthode

public Build ( IList seq, int sigma, short B, ListIBuilder list_builder = null, BitmapFromBitStream bitmap_builder = null ) : void
seq IList
sigma int
B short
list_builder ListIBuilder
bitmap_builder BitmapFromBitStream
Résultat void

FindPopCount() public méthode

public FindPopCount ( int symbol, int sp, int count ) : int
symbol int
sp int
count int
Résultat int

Load() public méthode

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
Résultat void

PopCount() public méthode

public PopCount ( int symbol, int sp, int ep ) : int
symbol int
sp int
ep int
Résultat int

Rank() public méthode

public Rank ( int symbol, int pos ) : int
symbol int
pos int
Résultat int

Save() public méthode

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
Résultat void

Select() public méthode

public Select ( int symbol, int rank ) : int
symbol int
rank int
Résultat int

SeqPlain() public méthode

public SeqPlain ( ) : System
Résultat System

Unravel() public méthode

public Unravel ( int sym ) : Bitmap
sym int
Résultat Bitmap

Property Details

SEQ public_oe property

public IList SEQ
Résultat IList

X public_oe property

public Bitmap,natix.CompactDS X
Résultat Bitmap