Package | Description |
---|---|
sc.fiji.snt |
SNT core classes
|
sc.fiji.snt.gui.cmds |
Scijava-based GUIs for SNT built-in commands.
|
sc.fiji.snt.viewer |
Visualization of reconstructions
|
Modifier and Type | Field and Description |
---|---|
protected Viewer3D |
SNTUI.recViewer |
Modifier and Type | Method and Description |
---|---|
Viewer3D |
SNTUI.getReconstructionViewer(boolean initializeIfNull)
Gets the Reconstruction Viewer.
|
Viewer3D |
SNTService.getRecViewer()
Returns a reference to the active Reconstruction Viewer (either stand-alone
or SNT-associated instance).
|
Viewer3D |
SNTService.getRecViewer(int id)
Returns a reference to an opened Reconstruction Viewer (standalone instance).
|
Viewer3D |
SNTService.newRecViewer(boolean guiControls)
Instantiates a new standalone Reconstruction Viewer.
|
Viewer3D |
Tree.show3D() |
Modifier and Type | Method and Description |
---|---|
protected static HashMap<Integer,Viewer3D> |
SNTUtils.getViewers() |
Modifier and Type | Method and Description |
---|---|
static void |
SNTUtils.addViewer(Viewer3D viewer) |
static void |
SNTUtils.removeViewer(Viewer3D viewer) |
protected void |
SNTUI.setReconstructionViewer(Viewer3D recViewer) |
Modifier and Type | Method and Description |
---|---|
protected void |
CommonDynamicCmd.notifyLoadingEnd(Viewer3D recViewer) |
protected void |
CommonDynamicCmd.notifyLoadingStart(Viewer3D recViewer) |
Modifier and Type | Method and Description |
---|---|
Viewer3D |
Viewer3D.duplicate() |
Constructor and Description |
---|
Annotation3D(Viewer3D viewer,
Collection<? extends SNTPoint> points,
int type) |
Annotation3D(Viewer3D viewer,
Collection<Annotation3D> annotations) |
Annotation3D(Viewer3D viewer,
SNTPoint point) |
Copyright © 2015–2021 Fiji. All rights reserved.