Uses of Class
net.imglib2.transform.integer.TranslationTransform
-
Packages that use TranslationTransform Package Description net.imglib2.transform.integer net.imglib2.view -
-
Uses of TranslationTransform in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return TranslationTransform Modifier and Type Method Description TranslationTransformTranslationTransform. concatenate(Translation t)TranslationTransformTranslationTransform.InverseTranslationTransform. concatenate(Translation t)TranslationTransformTranslationTransform.InverseTranslationTransform. inverse()TranslationTransformTranslationTransform.InverseTranslationTransform. preConcatenate(Translation t)TranslationTransformTranslationTransform. preConcatenate(Translation t) -
Uses of TranslationTransform in net.imglib2.view
Methods in net.imglib2.view with parameters of type TranslationTransform Modifier and Type Method Description protected RandomAccessible<T>TransformBuilder. wrapTranslationTransform(RandomAccessible<T> s, TranslationTransform t)
-