Uses of Interface
sc.fiji.snt.util.SNTPoint
Packages that use SNTPoint
Package
Description
SNT core classes
Analysis of
Trees.Classes handling neuropil annotations and atlases metadata.
Customizations and commands for SNT's GUI.
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
Visualization of reconstructions
-
Uses of SNTPoint in sc.fiji.snt
Classes in sc.fiji.snt that implement SNTPointModifier and TypeClassDescriptionstatic classEnhanced PointInImage that stores all node-specific properties.Methods in sc.fiji.snt that return types with arguments of type SNTPointModifier and TypeMethodDescriptionBookmarkManager.getPixelPositions(boolean onlySelectedRows) Returns a list of points representing the bookmarks.BookmarkManager.getPositions(boolean onlySelectedRows) Returns a list of points representing the bookmarks.Methods in sc.fiji.snt with parameters of type SNTPointModifier and TypeMethodDescriptionSNT.autoTrace(SNTPoint start, SNTPoint end, PointInImage forkPoint) Automatically traces a path from a point A to a point B.SNT.autoTrace(SNTPoint start, SNTPoint end, PointInImage forkPoint, boolean headless) Automatically traces a path from a point A to a point B.voidPath.insertNode(int index, SNTPoint point) Inserts a node at the specified position.Method parameters in sc.fiji.snt with type arguments of type SNTPointModifier and TypeMethodDescriptionvoidAdds multiple bookmarks with the specified label and locations.SNT.autoTrace(List<SNTPoint> pointList, PointInImage forkPoint) Automatically traces a path from a list of points and adds it to the activePathAndFillManagerinstance.SNT.autoTrace(List<SNTPoint> pointList, PointInImage forkPoint, boolean headless) Automatically traces a path from a point A to a point B.Constructors in sc.fiji.snt with parameters of type SNTPoint -
Uses of SNTPoint in sc.fiji.snt.analysis
Fields in sc.fiji.snt.analysis with type parameters of type SNTPointModifier and TypeFieldDescriptionprotected final Collection<? extends SNTPoint> AbstractConvexHull.pointsMethods in sc.fiji.snt.analysis that return types with arguments of type SNTPointModifier and TypeMethodDescriptionCollection<? extends SNTPoint> NodeColorMapper.getNodes()Gets the collection of nodes being mapped.NodeColorMapper.getNodesByColor()Method parameters in sc.fiji.snt.analysis with type arguments of type SNTPointModifier and TypeMethodDescriptionstatic PCAnalyzer.PrincipalAxis[]PCAnalyzer.getPrincipalAxes(Collection<? extends SNTPoint> points) Computes the principal axes for a collection of SNTPoints. -
Uses of SNTPoint in sc.fiji.snt.annotation
Methods in sc.fiji.snt.annotation that return SNTPointModifier and TypeMethodDescriptionstatic SNTPointVFBUtils.brainBarycentre(String templateBrain) Returns the spatial centroid of an adult Drosophila template brain.static SNTPointZBAtlasUtils.brainBarycentre()Returns the spatial centroid of the template brain.static SNTPointAllenUtils.brainCenter()Returns the spatial centroid of the Allen CCF.Methods in sc.fiji.snt.annotation with parameters of type SNTPointModifier and TypeMethodDescriptionstatic booleanAllenUtils.isLeftHemisphere(SNTPoint point) Checks the hemisphere a reconstruction node belongs to. -
Uses of SNTPoint in sc.fiji.snt.gui
Methods in sc.fiji.snt.gui that return SNTPointModifier and TypeMethodDescriptionGuiUtils.getCoordinates(String promptMsg, String promptTitle, SNTPoint defaultValue, int decimalPlaces) GuiUtils.getCoordinatesInternal(String promptMsg, String promptTitle, SNTPoint defaultValue, String[] labels, int decimalPlaces) Methods in sc.fiji.snt.gui with parameters of type SNTPoint -
Uses of SNTPoint in sc.fiji.snt.seed
Classes in sc.fiji.snt.seed that implement SNTPointModifier and TypeClassDescriptionfinal classImmutable candidate seed point used to bootstrap auto-tracing or as a visualization aid for the output of upstream point detectors (e.g., deep-learning probability maps + local-max suppression). -
Uses of SNTPoint in sc.fiji.snt.util
Classes in sc.fiji.snt.util that implement SNTPointModifier and TypeClassDescriptionclassDefines a Point in a tracing canvas in pixel coordinates.classDefines a Point in an image, a node of a tracedPath.classConvenience flavor ofPointInImagedefining 2D/3D points for Sholl Analysis.classDefines a node in an SWC reconstruction.Methods in sc.fiji.snt.util that return SNTPointMethods in sc.fiji.snt.util that return types with arguments of type SNTPointMethods in sc.fiji.snt.util with parameters of type SNTPointMethod parameters in sc.fiji.snt.util with type arguments of type SNTPointModifier and TypeMethodDescriptionvoidComputes the bounding box of the specified point cloud and appends it to this bounding box, resizing it as needed.static PointInImageSNTPoint.average(Collection<? extends SNTPoint> points) Computes the average position of a collection of SNTPoints.voidComputes a new positioning so that this box encloses the specified point cloud.Constructor parameters in sc.fiji.snt.util with type arguments of type SNTPointModifierConstructorDescriptionBoundingBox(Collection<? extends SNTPoint> points) Computes a bounding box from a point cloud.PointDeduplicator(List<? extends SNTPoint> points, double[] scores, double mergingDistance) Creates a new deduplicator. -
Uses of SNTPoint in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return SNTPointModifier and TypeMethodDescriptionAnnotation3D.getBarycentre()Returns the center of this annotation bounding box.OBJMesh.getCentroid(String hemihalf) Returns the spatial centroid of the specified (hemi)mesh.Methods in sc.fiji.snt.viewer that return types with arguments of type SNTPointModifier and TypeMethodDescriptionCollection<? extends SNTPoint> OBJMesh.getVertices()Returns the mesh vertices.Collection<? extends SNTPoint> OBJMesh.getVertices(String hemihalf) Returns the mesh vertices.Methods in sc.fiji.snt.viewer with parameters of type SNTPointModifier and TypeMethodDescriptionvoidBvv.AnnotationOverlay.addAnnotation(SNTPoint p, float radius, Color color) Add a single annotation.Viewer3D.annotatePlane(SNTPoint origin, SNTPoint originOpposite, String label) Viewer3D.annotatePoint(SNTPoint point, String label) Adds a highlighting point annotation to this viewer.Viewer3D.annotatePoint(SNTPoint node, String label, String color, float size) Adds a highlighting point annotation to this viewer.doubleOBJMesh.getAngleWithLocalDirection(SNTPoint point, double[] direction, String hemiHalf, int neighborCount) Computes the angle between a direction vector and the local mesh direction at a point.double[]OBJMesh.getLocalDirection(SNTPoint point, String hemiHalf, int neighborCount) Computes the local direction of the mesh at a specific point using nearest neighbor analysis.voidTranslates the vertices of this mesh by the specified offset.voidViewer3D.translate(Collection<String> treeLabels, SNTPoint offset) Translates the specified collection ofTrees.voidTranslates the specified Tree.Method parameters in sc.fiji.snt.viewer with type arguments of type SNTPointModifier and TypeMethodDescriptionvoidBvv.AnnotationOverlay.addAnnotations(Collection<SNTPoint> points, float radius, Color color) Add annotations to the current list.voidViewer2D.addNodes(Collection<SNTPoint> points, String color, String label) voidViewer3D.annotateLine(Collection<? extends SNTPoint> points, String label) Adds a line annotation to this viewer.Viewer3D.annotatePoints(Collection<? extends SNTPoint> points, String label) Adds a scatter (point cloud) annotation to this viewer.Viewer3D.annotateSurface(Collection<? extends SNTPoint> points, String label) 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.voidBvv.AnnotationOverlay.setAnnotations(Collection<SNTPoint> points, float radius, Color color) Replace the current annotations with the provided list.Constructors in sc.fiji.snt.viewer with parameters of type SNTPointConstructor parameters in sc.fiji.snt.viewer with type arguments of type SNTPointModifierConstructorDescriptionprotectedAnnotation3D(Viewer3D viewer, Collection<? extends SNTPoint> points, int type)