Uses of Interface
net.imglib2.transform.integer.Slicing
-
Packages that use Slicing Package Description net.imglib2.transform.integer -
-
Uses of Slicing in net.imglib2.transform.integer
Classes in net.imglib2.transform.integer that implement Slicing Modifier and Type Class Description class
SlicingTransform
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 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 SlicingTransform
SlicingTransform. concatenate(Slicing t)
SlicingTransform
SlicingTransform. preConcatenate(Slicing t)
void
SlicingTransform. set(Slicing transform)
set parameters totransform
.
-