Uses of Class
net.imglib2.transform.integer.SlicingTransform
-
Packages that use SlicingTransform Package Description net.imglib2.transform.integer net.imglib2.view net.imglib2.view.iteration -
-
Uses of SlicingTransform in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return SlicingTransform Modifier and Type Method Description SlicingTransformSlicingTransform. concatenate(Slicing t)SlicingTransformSlicingTransform. 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) -
Uses of SlicingTransform in net.imglib2.view.iteration
Fields in net.imglib2.view.iteration declared as SlicingTransform Modifier and Type Field Description (package private) SlicingTransformIterableTransformBuilder.Slice. transformToSourceConstructors in net.imglib2.view.iteration with parameters of type SlicingTransform Constructor Description Slice(SubIntervalIterable<T> iterableSource, Interval sourceInterval, SlicingTransform transformToSource, boolean hasFlatIterationOrder)
-