Uses of Enum Class
net.imglib2.view.StackView.StackAccessMode
Packages that use StackView.StackAccessMode
-
Uses of StackView.StackAccessMode in net.imglib2.view
Subclasses with type arguments of type StackView.StackAccessMode in net.imglib2.viewModifier and TypeClassDescriptionstatic enumDescribes how aRandomAccesson the (n+1)-dimensionalStackViewmaps position changes into position changes of the underlying n-dimensionalRandomAccesses.Fields in net.imglib2.view declared as StackView.StackAccessModeModifier and TypeFieldDescriptionprivate final StackView.StackAccessModeStackView.stackAccessModeMethods in net.imglib2.view that return StackView.StackAccessModeModifier and TypeMethodDescriptionStackView.getStackAccessMode()static StackView.StackAccessModeReturns the enum constant of this class with the specified name.static StackView.StackAccessMode[]StackView.StackAccessMode.values()Returns an array containing the constants of this enum class, 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)