Package | Description |
---|---|
sc.fiji.snt.viewer |
Visualization of reconstructions
|
Modifier and Type | Method and Description |
---|---|
Annotation3D |
Viewer3D.annotateLine(Collection<? extends SNTPoint> points,
String label)
Adds a line annotation to this viewer.
|
Annotation3D |
Viewer3D.annotatePoint(SNTPoint point,
String label)
Adds an highlighting point annotation to this viewer.
|
Annotation3D |
Viewer3D.annotatePoint(SNTPoint node,
String label,
String color,
float size)
Adds an highlighting point annotation to this viewer.
|
Annotation3D |
Viewer3D.annotatePoints(Collection<? extends SNTPoint> points,
String label)
Adds a scatter (point cloud) annotation to this viewer.
|
Annotation3D |
Viewer3D.annotateSurface(Collection<? extends SNTPoint> points,
String label) |
Annotation3D |
Viewer3D.annotateSurface(Collection<? extends SNTPoint> points,
String label,
boolean computeVolume)
Computes a convex hull from a collection of points and adds it to the
scene as an annotation.
|
Annotation3D |
Viewer3D.getAnnotation(String label)
Gets the annotation associated with the specified label.
|
Annotation3D |
Viewer3D.mergeAnnotations(Collection<Annotation3D> annotations,
String label)
Merges a collection of annotations into a single object.
|
Modifier and Type | Method and Description |
---|---|
List<Annotation3D> |
Viewer3D.getAnnotations()
Returns all annotations added to this viewer.
|
Modifier and Type | Method and Description |
---|---|
Annotation3D |
Viewer3D.mergeAnnotations(Collection<Annotation3D> annotations,
String label)
Merges a collection of annotations into a single object.
|
Constructor and Description |
---|
Annotation3D(Viewer3D viewer,
Collection<Annotation3D> annotations) |
Copyright © 2015–2021 Fiji. All rights reserved.