Uses of Interface
net.imglib2.transform.integer.Slicing
Packages that use Slicing
-
Uses of Slicing in net.imglib2.transform.integer
Classes in net.imglib2.transform.integer that implement SlicingModifier and TypeClassDescriptionclass
Map the components of the source vector to a slice of the target space, for instance transform (x,y) to (x,C,y) where C is a constant.Methods in net.imglib2.transform.integer that return types with arguments of type SlicingModifier and TypeMethodDescriptionSlicingTransform.getConcatenableClass()
SlicingTransform.getPreConcatenableClass()
Methods in net.imglib2.transform.integer with parameters of type SlicingModifier and TypeMethodDescriptionSlicingTransform.concatenate
(Slicing t) SlicingTransform.preConcatenate
(Slicing t) void
set parameters totransform
.