| Modifier and Type | Method and Description |
|---|---|
static TestReg.CabacField |
TestReg.CabacField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestReg.CabacField[] |
TestReg.CabacField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TestReg.cabac(int side,
TestReg.CabacField field)
Shows a CABAC field.
|
String |
TestReg.cabacField(int strips,
int side,
TestReg.CabacField field)
Shows a CABAC field.
|
void |
TestReg.cabacField(int strips,
int sides,
TestReg.CabacField field,
int value)
Writes a CABAC field.
|
void |
TestReg.cabacSet(int side,
TestReg.CabacField field,
int value)
Sets a CABAC field.
|
Copyright © 2016 LSST. All rights reserved.