C# 클래스 natix.CompactDS.WaveletTree

A wavelet tree (implementation with pointers/references)
상속: Sequence
파일 보기 프로젝트 열기: sadit/natix 1 사용 예제들

공개 메소드들

메소드 설명
Access ( int position ) : int
Build ( IList text, int alphabet_size, IIEncoder32 coder = null ) : void
Load ( BinaryReader Input ) : void
Rank ( int symbol, int position ) : int
Save ( BinaryWriter Output ) : void
Select ( int symbol, int rank ) : int
Unravel ( int symbol ) : Bitmap
WaveletTree ( ) : System

보호된 메소드들

메소드 설명
Add ( int symbol ) : void

비공개 메소드들

메소드 설명
FinishBuild ( WT_Inner node ) : void
LoadNode ( BinaryReader Input, WT_Inner parent ) : WT_Node
SaveNode ( BinaryWriter Output, WT_Node node ) : void
Walk ( WT_Inner node, object>.Func preorder, object>.Func inorder, object>.Func postorder ) : void

메소드 상세

Access() 공개 메소드

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

Add() 보호된 메소드

protected Add ( int symbol ) : void
symbol int
리턴 void

Build() 공개 메소드

public Build ( IList text, int alphabet_size, IIEncoder32 coder = null ) : void
text IList
alphabet_size int
coder IIEncoder32
리턴 void

Load() 공개 메소드

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

Rank() 공개 메소드

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

Save() 공개 메소드

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

Select() 공개 메소드

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

Unravel() 공개 메소드

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

WaveletTree() 공개 메소드

public WaveletTree ( ) : System
리턴 System