Uses of Interface
net.imglib2.transform.integer.Translation
-
Packages that use Translation Package Description net.imglib2.transform.integer -
-
Uses of Translation in net.imglib2.transform.integer
Classes in net.imglib2.transform.integer that implement Translation Modifier and Type Class Description class
TranslationTransform
TODOclass
TranslationTransform.InverseTranslationTransform
Methods in net.imglib2.transform.integer that return types with arguments of type Translation Modifier and Type Method Description java.lang.Class<Translation>
TranslationTransform. getConcatenableClass()
java.lang.Class<Translation>
TranslationTransform.InverseTranslationTransform. getConcatenableClass()
java.lang.Class<Translation>
TranslationTransform. getPreConcatenableClass()
java.lang.Class<Translation>
TranslationTransform.InverseTranslationTransform. getPreConcatenableClass()
Methods in net.imglib2.transform.integer with parameters of type Translation Modifier and Type Method Description TranslationTransform
TranslationTransform. concatenate(Translation t)
TranslationTransform
TranslationTransform.InverseTranslationTransform. concatenate(Translation t)
TranslationTransform
TranslationTransform.InverseTranslationTransform. preConcatenate(Translation t)
TranslationTransform
TranslationTransform. preConcatenate(Translation t)
void
TranslationTransform. set(Translation transform)
set parameters totransform
.
-