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.StackAccessMode
Returns 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 ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.concatenate
(int concatenationAxis, StackView.StackAccessMode mode, RandomAccessibleInterval<T>... sources) Concatenate an array ofRandomAccessibleInterval
along the providedconcatenationAxis
.static <T> RandomAccessibleInterval<T>
Views.stack
(StackView.StackAccessMode stackAccessMode, List<? extends RandomAccessibleInterval<T>> hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.static <T> RandomAccessibleInterval<T>
Views.stack
(StackView.StackAccessMode stackAccessMode, RandomAccessibleInterval<T>... hyperslices) Form a (n+1)-dimensionalRandomAccessibleInterval
by stacking n-dimensionalRandomAccessibleInterval
s.Constructors in net.imglib2.view with parameters of type StackView.StackAccessModeModifierConstructorDescriptionStackView
(List<? extends RandomAccessibleInterval<T>> hyperslices, StackView.StackAccessMode stackAccessMode)