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 TypeClassDescriptionclassMap 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.Classes in net.imglib2.transform.integer that implement interfaces with type arguments of type SlicingModifier and TypeClassDescriptionclassMap 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.classMap 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) voidset parameters totransform. -
Uses of Slicing in net.imglib2.view
Constructors in net.imglib2.view with parameters of type SlicingModifierConstructorDescription(package private)FullSourceMapSlicingRandomAccess(RandomAccess<T> source, Slicing transformToSource) (package private)SlicingRandomAccess(RandomAccess<T> source, Slicing transformToSource) -
Uses of Slicing in net.imglib2.view.iteration
Constructors in net.imglib2.view.iteration with parameters of type SlicingModifierConstructorDescription(package private)SlicingCursor(Cursor<T> source, Slicing transformToSource)