Uses of Enum
net.imglib2.view.StackView.StackAccessMode
Packages that use StackView.StackAccessMode
-
Uses of StackView.StackAccessMode in net.imglib2.view
Methods in net.imglib2.view that return StackView.StackAccessModeModifier and TypeMethodDescriptionStackView.getStackAccessMode()static StackView.StackAccessModeReturns the enum constant of this type with the specified name.static StackView.StackAccessMode[]StackView.StackAccessMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.imglib2.view with parameters of type StackView.StackAccessModeModifier and TypeMethodDescriptionstatic <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, StackView.StackAccessMode mode, List<? extends RandomAccessibleInterval<T>> sources) Concatenate a list ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.concatenate(int concatenationAxis, StackView.StackAccessMode mode, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleIntervalalong the providedconcatenationAxis.static <T> RandomAccessibleInterval<T> Views.stack(StackView.StackAccessMode stackAccessMode, List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.static <T> RandomAccessibleInterval<T> Views.stack(StackView.StackAccessMode stackAccessMode, RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleIntervalby stacking n-dimensionalRandomAccessibleIntervals.Constructors in net.imglib2.view with parameters of type StackView.StackAccessModeModifierConstructorDescriptionStackView(List<? extends RandomAccessibleInterval<T>> hyperslices, StackView.StackAccessMode stackAccessMode)