Uses of Class
sc.fiji.snt.viewer.Bvv
Packages that use Bvv
Package
Description
SNT core classes
Visualization of reconstructions
-
Uses of Bvv in sc.fiji.snt
Constructors in sc.fiji.snt with parameters of type BvvModifierConstructorDescriptionBookmarkManager(Bvv bvv) BVV constructor: implements a standalone marker manager for a BVV viewer. -
Uses of Bvv in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return BvvModifier and TypeMethodDescriptionstatic BvvBvv.getInstance()Returns the most recently createdBvvinstance, ornullif none has been created yet.static BvvBvv.open(ij.ImagePlus... imps) Convenience factory: creates a standalone BVV viewer and displays one or moreImagePlusvolumes in one step.static BvvConvenience factory: opens a file path into a BVV viewer.static BvvConvenience factory: opens one or more file paths into the same BVV viewer window, choosing the most appropriate loading strategy per file: .ims Imaris HDF5: creates a BDV XML sidecar file next to the.imsfile (using the same base name, e.g.static BvvScript friendly convenience factory: creates a standalone BVV viewer and displays a list of images in one step.static BvvBvv.open(mpicbg.spim.data.generic.AbstractSpimData<?> spimData) Convenience factory: creates a standalone BVV viewer and displays aAbstractSpimDatadataset using BVV's pyramid-aware GPU cache manager.static <T extends net.imglib2.type.numeric.RealType<T>>
BvvBvv.open(net.imagej.ImgPlus<T>... imgs) Convenience factory: creates a standalone BVV viewer and displays one or moreImgPlusvolumes in one step.static BvvConvenience factory: creates a BVV instance tethered to the givenSNTinstance and immediately displays its currently loaded image data.