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