Constructor and Description |
---|
BdvFunctions() |
public static <T> BdvStackSource<T> show(RandomAccessibleInterval<T> img, String name)
public static <T> BdvStackSource<T> show(RandomAccessibleInterval<T> img, String name, BdvOptions options)
public static <T extends NumericType<T>> BdvStackSource<T> show(RandomAccessible<T> img, Interval interval, String name)
public static <T extends NumericType<T>> BdvStackSource<T> show(RandomAccessible<T> img, Interval interval, String name, BdvOptions options)
public static <T extends Type<T>> BdvStackSource<T> show(RealRandomAccessible<T> img, Interval interval, String name)
public static <T extends Type<T>> BdvStackSource<T> show(RealRandomAccessible<T> img, Interval interval, String name, BdvOptions options)
public static List<BdvVirtualChannelSource> show(RandomAccessibleInterval<ARGBType> img, List<? extends VirtualChannels.VirtualChannel> virtualChannels, String name)
public static List<BdvVirtualChannelSource> show(RandomAccessibleInterval<ARGBType> img, List<? extends VirtualChannels.VirtualChannel> virtualChannels, String name, BdvOptions options)
public static <T> BdvStackSource<T> show(Source<T> source)
public static <T> BdvStackSource<T> show(Source<T> source, BdvOptions options)
public static <T> BdvStackSource<T> show(Source<T> source, int numTimePoints)
public static <T> BdvStackSource<T> show(Source<T> source, int numTimePoints, BdvOptions options)
public static <T> BdvStackSource<T> show(SourceAndConverter<T> source)
public static <T> BdvStackSource<T> show(SourceAndConverter<T> source, BdvOptions options)
public static <T> BdvStackSource<T> show(SourceAndConverter<T> source, int numTimePoints)
public static <T> BdvStackSource<T> show(SourceAndConverter<T> soc, int numTimepoints, BdvOptions options)
public static <T> BdvStackSource<T> show(List<SourceAndConverter<T>> sources, int numTimepoints, BdvOptions options)
public static List<BdvStackSource<?>> show(AbstractSpimData<?> spimData)
public static List<BdvStackSource<?>> show(AbstractSpimData<?> spimData, BdvOptions options)
public static BdvPointsSource showPoints(List<? extends RealLocalizable> points, String name)
public static BdvPointsSource showPoints(List<? extends RealLocalizable> points, String name, BdvOptions options)
public static <O extends BdvOverlay> BdvOverlaySource<O> showOverlay(O overlay, String name)
public static <O extends BdvOverlay> BdvOverlaySource<O> showOverlay(O overlay, String name, BdvOptions options)
public static int getUnusedSetupId(BigDataViewer bdv)
public static int getUnusedSetupId(SetupAssignments setupAssignments)
public static TransformedRealBoxSelectionDialog.Result selectRealBox(Bdv bdv, AffineTransform3D boxTransform, RealInterval initialInterval, RealInterval rangeInterval)
public static TransformedRealBoxSelectionDialog.Result selectRealBox(Bdv bdv, AffineTransform3D boxTransform, RealInterval initialInterval, RealInterval rangeInterval, BoxSelectionOptions options)
public static TransformedBoxSelectionDialog.Result selectBox(Bdv bdv, AffineTransform3D boxTransform, Interval initialInterval, Interval rangeInterval)
public static TransformedBoxSelectionDialog.Result selectBox(Bdv bdv, AffineTransform3D boxTransform, Interval initialInterval, Interval rangeInterval, BoxSelectionOptions options)
Copyright © 2015–2021 Fiji. All rights reserved.