public abstract class AbstractPerumtationTransform extends Object implements InvertibleTransform
Modifier and Type | Field and Description |
---|---|
protected int[] |
inverseLut |
protected int[] |
lut |
Constructor and Description |
---|
AbstractPerumtationTransform(int[] lut) |
Modifier and Type | Method and Description |
---|---|
int |
apply(int x) |
long |
applyChecked(int x) |
int |
applyInverse(int y) |
long |
applyInverseChecked(int y) |
int[] |
getInverseLutCopy() |
int[] |
getLutCopy() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyInverse, applyInverse, applyInverse, inverse
apply, apply, apply, numSourceDimensions, numTargetDimensions
Copyright © 2015–2021 Fiji. All rights reserved.