C# Class natix.CompactDS.SeqXLB

An InvIndexSeq implemented with a single (sparse, SArray64) eXtra Large bitmap
Inheritance: IRankSelectSeq
Show file Open project: sadit/natix Class Usage Examples

Public Methods

Method Description
Access ( int pos ) : int
AccessSequential ( int pos ) : int
Build ( IList seq, int sigma, int t = 16, BitmapFromList64 bitmap_builder = null ) : void
GetNotIdxPERM ( ) : IList
GetPERM ( ) : IPermutation
Load ( BinaryReader Input ) : void
Rank ( int symbol, int _pos ) : int
Rank ( int symbol, int _pos, UnraveledSymbolXLB unraveled_ctx ) : int
Save ( BinaryWriter Output ) : void
Select ( int symbol, int _rank ) : int
Select ( int symbol, int _rank, UnraveledSymbolXLB unraveled_ctx ) : int
SeqXLB ( ) : System
Unravel ( int symbol ) : Bitmap

Method Details

Access() public method

public Access ( int pos ) : int
pos int
return int

AccessSequential() public method

public AccessSequential ( int pos ) : int
pos int
return int

Build() public method

public Build ( IList seq, int sigma, int t = 16, BitmapFromList64 bitmap_builder = null ) : void
seq IList
sigma int
t int
bitmap_builder BitmapFromList64
return void

GetNotIdxPERM() public method

public GetNotIdxPERM ( ) : IList
return IList

GetPERM() public method

public GetPERM ( ) : IPermutation
return IPermutation

Load() public method

public Load ( BinaryReader Input ) : void
Input System.IO.BinaryReader
return void

Rank() public method

public Rank ( int symbol, int _pos ) : int
symbol int
_pos int
return int

Rank() public method

public Rank ( int symbol, int _pos, UnraveledSymbolXLB unraveled_ctx ) : int
symbol int
_pos int
unraveled_ctx UnraveledSymbolXLB
return int

Save() public method

public Save ( BinaryWriter Output ) : void
Output System.IO.BinaryWriter
return void

Select() public method

public Select ( int symbol, int _rank ) : int
symbol int
_rank int
return int

Select() public method

public Select ( int symbol, int _rank, UnraveledSymbolXLB unraveled_ctx ) : int
symbol int
_rank int
unraveled_ctx UnraveledSymbolXLB
return int

SeqXLB() public method

public SeqXLB ( ) : System
return System

Unravel() public method

public Unravel ( int symbol ) : Bitmap
symbol int
return Bitmap