Uses of Class
net.imglib2.transform.integer.MixedTransform
Packages that use MixedTransform
-
Uses of MixedTransform in net.imglib2.blocks
Fields in net.imglib2.blocks declared as MixedTransformModifier and TypeFieldDescriptionprivate MixedTransformViewAnalyzer.permuteInvertTransformprivate final MixedTransformViewProperties.permuteInvertTransformprivate MixedTransformViewAnalyzer.remainderTransformprivate MixedTransformViewAnalyzer.transformThe concatenated transform from the ViewRandomAccessibleto the root.private final MixedTransformViewProperties.transformMethods in net.imglib2.blocks that return MixedTransformModifier and TypeMethodDescriptionViewProperties.getPermuteInvertTransform()ViewProperties.getTransform()ViewNode.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 MixedTransformModifier and TypeMethodDescriptionprivate 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 MixedTransformModifierConstructorDescriptionPermuteInvert(MemCopy memCopy, MixedTransform transform) (package private)ViewProperties(T viewType, NativeImg<R, ?> root, R rootType, Extension extension, MixedTransform transform, MixedTransform permuteInvertTransform, Supplier<? extends Converter<?, ?>> converterSupplier) CreateViewProperties. -
Uses of MixedTransform in net.imglib2.transform.integer
Methods in net.imglib2.transform.integer that return MixedTransformModifier and TypeMethodDescriptionMixedTransform.concatenate(Mixed t) MixedTransform.preConcatenate(Mixed t) -
Uses of MixedTransform in net.imglib2.view
Fields in net.imglib2.view declared as MixedTransformModifier and TypeFieldDescriptionprotected final MixedTransformMixedTransformView.transformToSourceMethods in net.imglib2.view that return MixedTransformModifier and TypeMethodDescriptionstatic MixedTransformViewTransforms.addDimension(int numDimensions) Returns the transformation that is used byViews.addDimension(RandomAccessible).MixedTransformView.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 MixedTransformReturns the transformation that is used byViews.zeroMin(RandomAccessibleInterval).Methods in net.imglib2.view with parameters of type MixedTransformModifier and TypeMethodDescriptionprotected RandomAccessible<T> TransformBuilder.wrapMixedTransform(RandomAccessible<T> s, MixedTransform t)