Uses of Class
net.imglib2.transform.integer.MixedTransform
-
Packages that use MixedTransform Package Description net.imglib2.blocks net.imglib2.transform.integer net.imglib2.view -
-
Uses of MixedTransform in net.imglib2.blocks
Fields in net.imglib2.blocks declared as MixedTransform Modifier and Type Field Description private MixedTransformViewAnalyzer. permuteInvertTransformprivate MixedTransformViewProperties. permuteInvertTransformprivate MixedTransformViewAnalyzer. remainderTransformprivate MixedTransformViewAnalyzer. transformThe concatenated transform from the ViewRandomAccessibleto the root.private MixedTransformViewProperties. transformMethods in net.imglib2.blocks that return MixedTransform Modifier and Type Method Description MixedTransformViewProperties. getPermuteInvertTransform()MixedTransformViewProperties. getTransform()MixedTransformViewNode.MixedTransformViewNode. getTransformToSource()(package private) static MixedTransformPrimitiveBlocksUtils. invPermutationInversion(MixedTransform transform)Computes the inverse of (@code transform}.(package private) static MixedTransform[]PrimitiveBlocksUtils. split(MixedTransform transform)SplittransformintopermuteInvert, a pure axis permutation followed by inversion of some axes, andremainder, a remainder transformation, such thatremainder * permuteInvert == transform.Methods in net.imglib2.blocks with parameters of type MixedTransform Modifier and Type Method Description private static voidViewAnalyzer. apply(MixedTransform transformToSource, long[] source, long[] target)Apply thetransformToSourceto a target vector to obtain a source vector.(package private) static MixedTransformPrimitiveBlocksUtils. invPermutationInversion(MixedTransform transform)Computes the inverse of (@code transform}.(package private) static MixedTransform[]PrimitiveBlocksUtils. split(MixedTransform transform)SplittransformintopermuteInvert, a pure axis permutation followed by inversion of some axes, andremainder, a remainder transformation, such thatremainder * permuteInvert == transform.private static BoundingBoxViewAnalyzer. transform(MixedTransform transformToSource, BoundingBox boundingBox)Apply thetransformToSourceto a target bounding box to obtain a source bounding box.Constructors in net.imglib2.blocks with parameters of type MixedTransform Constructor Description PermuteInvert(MemCopy memCopy, MixedTransform transform)ViewProperties(T viewType, NativeImg<R,?> root, R rootType, Extension extension, MixedTransform transform, MixedTransform permuteInvertTransform, java.util.function.Supplier<? extends Converter<?,?>> converterSupplier)CreateViewProperties. -
Uses of MixedTransform in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return MixedTransform Modifier and Type Method Description MixedTransformMixedTransform. concatenate(Mixed t)MixedTransformMixedTransform. preConcatenate(Mixed t) -
Uses of MixedTransform in net.imglib2.view
Fields in net.imglib2.view declared as MixedTransform Modifier and Type Field Description protected MixedTransformMixedTransformView. transformToSourceMethods in net.imglib2.view that return MixedTransform Modifier and Type Method Description static MixedTransformViewTransforms. addDimension(int numDimensions)Returns the transformation that is used byViews.addDimension(RandomAccessible).MixedTransformMixedTransformView. getTransformToSource()static MixedTransformViewTransforms. hyperSlice(int numDimensions, int d, long pos)Returns the transformation that is used byViews.hyperSlice(RandomAccessible, int, long).static MixedTransformViewTransforms. invertAxis(int numDimensions, int d)Returns the transformation that is used byViews.invertAxis(RandomAccessible, int).static MixedTransformViewTransforms. moveAxis(int numDimensions, int fromAxis, int toAxis)Returns the transformation that is used byViews.moveAxis(RandomAccessible, int, int).static MixedTransformViewTransforms. translate(long... translation)Returns the transformation that is used byViews.translate(RandomAccessible, long...).static MixedTransformViewTransforms. translateInverse(long... translation)Returns the transformation that is used byViews.translateInverse(RandomAccessible, long...).static MixedTransformViewTransforms. zeroMin(Interval interval)Returns the transformation that is used byViews.zeroMin(RandomAccessibleInterval).Methods in net.imglib2.view with parameters of type MixedTransform Modifier and Type Method Description protected RandomAccessible<T>TransformBuilder. wrapMixedTransform(RandomAccessible<T> s, MixedTransform t)
-