C# Class natix.CompactDS.DArray

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

Méthodes publiques

Méthode Description
Access ( int i ) : bool
AssertEquality ( Bitmap obj ) : void
Build ( BitStream32 bstream, short Brank, int Bselect ) : void
BuildBackend ( uint bitblocks, short Brank, int Bselect, int N ) : void
DArray ( ) : System
GetBitBlocks ( ) : uint[]
Load ( BinaryReader br ) : void
Load ( BinaryReader br, bool load_bitmap ) : void
Rank1 ( int p ) : int
Save ( BinaryWriter bw ) : void
Save ( BinaryWriter bw, bool save_bitmap ) : void
Select1 ( int rank ) : int
SetBitBlocks ( uint bitblocks ) : void

Method Details

Access() public méthode

public Access ( int i ) : bool
i int
Résultat bool

AssertEquality() public méthode

public AssertEquality ( Bitmap obj ) : void
obj Bitmap
Résultat void

Build() public méthode

public Build ( BitStream32 bstream, short Brank, int Bselect ) : void
bstream BitStream32
Brank short
Bselect int
Résultat void

BuildBackend() public méthode

public BuildBackend ( uint bitblocks, short Brank, int Bselect, int N ) : void
bitblocks uint
Brank short
Bselect int
N int
Résultat void

DArray() public méthode

public DArray ( ) : System
Résultat System

GetBitBlocks() public méthode

public GetBitBlocks ( ) : uint[]
Résultat uint[]

Load() public méthode

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

Load() public méthode

public Load ( BinaryReader br, bool load_bitmap ) : void
br System.IO.BinaryReader
load_bitmap bool
Résultat void

Rank1() public méthode

public Rank1 ( int p ) : int
p int
Résultat int

Save() public méthode

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

Save() public méthode

public Save ( BinaryWriter bw, bool save_bitmap ) : void
bw System.IO.BinaryWriter
save_bitmap bool
Résultat void

Select1() public méthode

public Select1 ( int rank ) : int
rank int
Résultat int

SetBitBlocks() public méthode

public SetBitBlocks ( uint bitblocks ) : void
bitblocks uint
Résultat void