NipIpConverter
Object Hierarchy:
Description:
public interface NipIpConverter : Object
All known implementing classes:
Namespace: Ntk.Core
Package: vd
Content:
Methods:
- public abstract
int
lvl_to_bits (int
levels, int
gsize, int
lvl)
Returns bits corresponding to 'lvl'
- public abstract
int
bits_to_lvl (int
levels, int
gsize, int
bits)
Inverse of lvl_to_bits
- public abstract NIP pip_to_nip (
int
levels, int
gsize, uchar
[] pip)
Converts the given pip to a nip
- public abstract
uchar
[] nip_to_pip (int
levels, int
gsize, NIP nip)
The reverse of pip_to_nip
- public abstract
ArrayList
<int
> valid_ids (int
levels, int
gsize, int
lvl, PartialNIP partial_nip)
Returns the list of valid IDs for level lvl, given that IDs for
upper levels are already choosen in nip.