Package gov.nih.mipav.model.file
Class jxlatte.MATree
java.lang.Object
gov.nih.mipav.model.file.jxlatte.MATree
- Enclosing class:
jxlatte
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate jxlatte.MATreeprivate intprivate intprivate intprivate intprivate intprivate jxlatte.MATreeprivate jxlatte.EntropyStreamprivate int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateMATree()MATree(jxlatte.Loggers loggers, jxlatte.Bitreader reader) -
Method Summary
Modifier and TypeMethodDescriptioncompactify(int channelIndex, int streamIndex) compactify(int channelIndex, int streamIndex, int y) intintintintintgetSize()booleantoString()booleanprivate voidwalk(IntUnaryOperator property)
-
Field Details
-
stream
-
leftChildNode
-
rightChildNode
-
property
private int property -
value
private int value -
leftChildIndex
private int leftChildIndex -
rightChildIndex
private int rightChildIndex -
context
private int context -
predictor
private int predictor -
offset
private int offset -
multiplier
private int multiplier
-
-
Constructor Details
-
MATree
private MATree() -
MATree
- Throws:
IOException
-
-
Method Details
-
isLeafNode
public boolean isLeafNode() -
usesWeightedPredictor
public boolean usesWeightedPredictor() -
compactify
-
compactify
-
walk
-
getSize
public int getSize() -
validateLeaf
- Throws:
IllegalStateException
-
getContext
public int getContext() -
getPredictor
public int getPredictor() -
getMultiplier
public int getMultiplier() -
getOffset
public int getOffset() -
getStream
-
toString
-