Uses of Interface
net.imglib2.transform.integer.Translation
-
Packages that use Translation Package Description net.imglib2.transform.integer net.imglib2.view -
-
Uses of Translation in net.imglib2.transform.integer
Classes in net.imglib2.transform.integer that implement Translation Modifier and Type Class Description classTranslationTransformTODOclassTranslationTransform.InverseTranslationTransformMethods 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 TranslationTransformTranslationTransform. concatenate(Translation t)TranslationTransformTranslationTransform.InverseTranslationTransform. concatenate(Translation t)TranslationTransformTranslationTransform.InverseTranslationTransform. preConcatenate(Translation t)TranslationTransformTranslationTransform. preConcatenate(Translation t)voidTranslationTransform. set(Translation transform)set parameters totransform. -
Uses of Translation in net.imglib2.view
Constructors in net.imglib2.view with parameters of type Translation Constructor Description TranslationRandomAccess(RandomAccess<T> source, Translation transformToSource)
-