C# 클래스 natix.CompactDS.DiffSet64

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

공개 프로퍼티들

프로퍼티 타입 설명
Stream BitStream32

보호된 프로퍼티들

프로퍼티 타입 설명
B short
Coder IIEncoder64
M int
N long

공개 메소드들

메소드 설명
Access ( long pos ) : bool
Add ( long current ) : void
Add ( long current, long prev ) : void

Adds an (ordered) item to the set

AssertEquality ( Bitmap64 _other ) : void
Build ( IEnumerable orderedList, long n, short b, IIEncoder64 coder = null ) : void

build methods

Build ( IList orderedList, short b, IIEncoder64 coder = null ) : void
Commit ( ) : void

Write the sequence to the bitmap. DiffSet always commit items.

DiffSet64 ( ) : System
DiffSet64 ( short B ) : System
ExtractFrom ( int start_index, int count, IList output ) : long

Extract 'count' differences starting from 'start_index', it saves the output in 'output'. Returns the previous absolute value to start_index (start_index - 1), i.e. the reference

Load ( BinaryReader Input ) : void
Rank1 ( long pos ) : long
Save ( BinaryWriter Output ) : void
Select1 ( long rank ) : long

Returns the position of the rank-th enabled bit

Select1 ( long rank, UnraveledSymbolXLB unraveled_ctx ) : long
Select1Difference ( int rank ) : long

Returns the difference between Select1(rank) - Select1(rank-1)

보호된 메소드들

메소드 설명
AddItem ( long current, long prev ) : void

Internal method to add an (ordered) item to the set

ReadNext ( natix.CompactDS.BitStreamCtxRL ctx ) : long
ResetReader ( natix.CompactDS.BitStreamCtxRL ctx ) : void
WriteNewDiff ( long u ) : void

비공개 메소드들

메소드 설명
BackendAccessRank1 ( long pos, long &found_pos, natix.CompactDS.BitStreamCtxRL ctx ) : long
BackendSelect1 ( int rank, natix.CompactDS.BitStreamCtxRL ctx ) : long

Unlocked Select1 useful to some lowlevel operations

SeqAccessRank1 ( long acc, long pos, int max, long &found_pos, natix.CompactDS.BitStreamCtxRL ctx ) : long

메소드 상세

Access() 공개 메소드

public Access ( long pos ) : bool
pos long
리턴 bool

Add() 공개 메소드

public Add ( long current ) : void
current long
리턴 void

Add() 공개 메소드

Adds an (ordered) item to the set
public Add ( long current, long prev ) : void
current long
prev long
리턴 void

AddItem() 보호된 메소드

Internal method to add an (ordered) item to the set
protected AddItem ( long current, long prev ) : void
current long
prev long
리턴 void

AssertEquality() 공개 메소드

public AssertEquality ( Bitmap64 _other ) : void
_other Bitmap64
리턴 void

Build() 공개 메소드

build methods
public Build ( IEnumerable orderedList, long n, short b, IIEncoder64 coder = null ) : void
orderedList IEnumerable
n long
b short
coder IIEncoder64
리턴 void

Build() 공개 메소드

public Build ( IList orderedList, short b, IIEncoder64 coder = null ) : void
orderedList IList
b short
coder IIEncoder64
리턴 void

Commit() 공개 메소드

Write the sequence to the bitmap. DiffSet always commit items.
public Commit ( ) : void
리턴 void

DiffSet64() 공개 메소드

public DiffSet64 ( ) : System
리턴 System

DiffSet64() 공개 메소드

public DiffSet64 ( short B ) : System
B short
리턴 System

ExtractFrom() 공개 메소드

Extract 'count' differences starting from 'start_index', it saves the output in 'output'. Returns the previous absolute value to start_index (start_index - 1), i.e. the reference
public ExtractFrom ( int start_index, int count, IList output ) : long
start_index int
count int
output IList
리턴 long

Load() 공개 메소드

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

Rank1() 공개 메소드

public Rank1 ( long pos ) : long
pos long
리턴 long

ReadNext() 보호된 메소드

protected ReadNext ( natix.CompactDS.BitStreamCtxRL ctx ) : long
ctx natix.CompactDS.BitStreamCtxRL
리턴 long

ResetReader() 보호된 메소드

protected ResetReader ( natix.CompactDS.BitStreamCtxRL ctx ) : void
ctx natix.CompactDS.BitStreamCtxRL
리턴 void

Save() 공개 메소드

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

Select1() 공개 메소드

Returns the position of the rank-th enabled bit
public Select1 ( long rank ) : long
rank long
리턴 long

Select1() 공개 메소드

public Select1 ( long rank, UnraveledSymbolXLB unraveled_ctx ) : long
rank long
unraveled_ctx UnraveledSymbolXLB
리턴 long

Select1Difference() 공개 메소드

Returns the difference between Select1(rank) - Select1(rank-1)
public Select1Difference ( int rank ) : long
rank int
리턴 long

WriteNewDiff() 보호된 메소드

protected WriteNewDiff ( long u ) : void
u long
리턴 void

프로퍼티 상세

B 보호되어 있는 프로퍼티

protected short B
리턴 short

Coder 보호되어 있는 프로퍼티

protected IIEncoder64 Coder
리턴 IIEncoder64

M 보호되어 있는 프로퍼티

protected int M
리턴 int

N 보호되어 있는 프로퍼티

protected long N
리턴 long

Stream 공개적으로 프로퍼티

public BitStream32,natix.CompactDS Stream
리턴 BitStream32