Uses of Interface
net.imglib2.transform.integer.Slicing
-
Packages that use Slicing Package Description net.imglib2.transform.integer net.imglib2.view net.imglib2.view.iteration -
-
Uses of Slicing in net.imglib2.transform.integer
Classes in net.imglib2.transform.integer that implement Slicing Modifier and Type Class Description classSlicingTransformMap 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 Slicing Modifier and Type Method Description java.lang.Class<Slicing>SlicingTransform. getConcatenableClass()java.lang.Class<Slicing>SlicingTransform. getPreConcatenableClass()Methods in net.imglib2.transform.integer with parameters of type Slicing Modifier and Type Method Description SlicingTransformSlicingTransform. concatenate(Slicing t)SlicingTransformSlicingTransform. preConcatenate(Slicing t)voidSlicingTransform. set(Slicing transform)set parameters totransform. -
Uses of Slicing in net.imglib2.view
Constructors in net.imglib2.view with parameters of type Slicing Constructor Description FullSourceMapSlicingRandomAccess(RandomAccess<T> source, Slicing transformToSource)SlicingRandomAccess(RandomAccess<T> source, Slicing transformToSource) -
Uses of Slicing in net.imglib2.view.iteration
Constructors in net.imglib2.view.iteration with parameters of type Slicing Constructor Description SlicingCursor(Cursor<T> source, Slicing transformToSource)
-