C# Класс natix.CompactDS.DiffSetRL2

This is similar to DiffSetRL but with core changes to support filled blocks
Наследование: Bitmap
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Stream BitStream32

Защищенные свойства (Protected)

Свойство Тип Описание
B short

Открытые методы

Метод Описание
Access ( int pos ) : bool
AssertEquality ( Bitmap _other ) : void
Build ( IEnumerable orderedList, int n, short b, IIEncoder32 coder = null ) : void

build methods

Build ( IList orderedList, short b, IIEncoder32 coder = null ) : void
Commit ( natix.CompactDS.BitStreamCtxRL ctx ) : void
DiffSetRL2 ( ) : System
DiffSetRL2 ( short B ) : System
Load ( BinaryReader R ) : void
Rank1 ( int pos ) : int
Save ( BinaryWriter W ) : void
Select1 ( int rank ) : int

Returns the position of the rank-th enabled bit

Приватные методы

Метод Описание
BackendAccessRank1 ( int pos, int &found_pos, natix.CompactDS.BitStreamCtxRL ctx ) : int
BackendSelect1 ( int rank, natix.CompactDS.BitStreamCtxRL ctx ) : int
IsFilled ( int block_id ) : bool
ReadNext ( natix.CompactDS.BitStreamCtxRL ctx ) : int
SeqAccessRank1 ( int curr_pos, int pos, int max, int &found_pos, natix.CompactDS.BitStreamCtxRL ctx ) : int

Описание методов

Access() публичный Метод

public Access ( int pos ) : bool
pos int
Результат bool

AssertEquality() публичный Метод

public AssertEquality ( Bitmap _other ) : void
_other Bitmap
Результат void

Build() публичный Метод

build methods
public Build ( IEnumerable orderedList, int n, short b, IIEncoder32 coder = null ) : void
orderedList IEnumerable
n int
b short
coder IIEncoder32
Результат void

Build() публичный Метод

public Build ( IList orderedList, short b, IIEncoder32 coder = null ) : void
orderedList IList
b short
coder IIEncoder32
Результат void

Commit() публичный Метод

public Commit ( natix.CompactDS.BitStreamCtxRL ctx ) : void
ctx natix.CompactDS.BitStreamCtxRL
Результат void

DiffSetRL2() публичный Метод

public DiffSetRL2 ( ) : System
Результат System

DiffSetRL2() публичный Метод

public DiffSetRL2 ( short B ) : System
B short
Результат System

Load() публичный Метод

public Load ( BinaryReader R ) : void
R System.IO.BinaryReader
Результат void

Rank1() публичный Метод

public Rank1 ( int pos ) : int
pos int
Результат int

Save() публичный Метод

public Save ( BinaryWriter W ) : void
W System.IO.BinaryWriter
Результат void

Select1() публичный Метод

Returns the position of the rank-th enabled bit
public Select1 ( int rank ) : int
rank int
Результат int

Описание свойств

B защищенное свойство

protected short B
Результат short

Stream публичное свойство

public BitStream32,natix.CompactDS Stream
Результат BitStream32