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 TranslationTransform
TranslationTransform. concatenate(Translation t)
TranslationTransform
TranslationTransform.InverseTranslationTransform. concatenate(Translation t)
TranslationTransform
TranslationTransform.InverseTranslationTransform. inverse()
TranslationTransform
TranslationTransform.InverseTranslationTransform. preConcatenate(Translation t)
TranslationTransform
TranslationTransform. 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)
-