Uses of Record Class
sc.fiji.snt.SNT.MaterializedCrop
Packages that use SNT.MaterializedCrop
-
Uses of SNT.MaterializedCrop in sc.fiji.snt
Methods in sc.fiji.snt that return SNT.MaterializedCropModifier and TypeMethodDescriptionSNT.buildMaterializedCrop(BoundingBox worldBox) Reads and builds a bounded pixel region of this Stream-mode session's source into a real, eagerly-copiedImagePlus, without installing it as this session's canvas yet - seeSNT.installMaterializedCrop(MaterializedCrop)for that half, andSNT.materializeDisplayCanvas(BoundingBox)for the combined convenience call most callers want.SNT.buildMaterializedCrop(BoundingBox worldBox, boolean useSecondary) AsSNT.buildMaterializedCrop(BoundingBox), but reading from either this session's main streamed source or its secondary (filtered) image.Methods in sc.fiji.snt with parameters of type SNT.MaterializedCropModifier and TypeMethodDescriptionvoidSNT.installMaterializedCrop(SNT.MaterializedCrop crop) Installs a crop built bySNT.buildMaterializedCrop(BoundingBox)as this session's own XY canvas, in place, the same mechanismSNT.rebuildDisplayCanvases()uses for the blank placeholder, but with real pixel data instead of an empty image.