Uses of Class
sc.fiji.snt.util.BoundingBox
Packages that use BoundingBox
Package
Description
SNT core classes
Analysis of
Trees.Classes implementing SNT's XY, ZY, and XZ canvases.
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
Visualization of reconstructions
-
Uses of BoundingBox in sc.fiji.snt
Methods in sc.fiji.snt that return BoundingBoxModifier and TypeMethodDescriptionPathAndFillManager.getBoundingBox(boolean compute) Returns the BoundingBox enclosing all nodes of all existing Paths.Tree.getBoundingBox()Gets the bounding box associated with this tree.Tree.getBoundingBox(boolean computeIfUnset) Gets the bounding box associated with this tree.Methods in sc.fiji.snt with parameters of type BoundingBoxModifier and TypeMethodDescriptionvoidTree.setBoundingBox(BoundingBox box) Associates a bounding box to this tree. -
Uses of BoundingBox in sc.fiji.snt.analysis
Methods in sc.fiji.snt.analysis that return BoundingBoxModifier and TypeMethodDescriptionAbstractConvexHull.intersectionBox(AbstractConvexHull... convexHulls) Returns the bounding-box intersection of this hull with the given hull(s). -
Uses of BoundingBox in sc.fiji.snt.hyperpanes
Methods in sc.fiji.snt.hyperpanes that return BoundingBox -
Uses of BoundingBox in sc.fiji.snt.util
Methods in sc.fiji.snt.util that return BoundingBoxModifier and TypeMethodDescriptionBoundingBox.clone()Creates a copy of this BoundingBox.BoundingBox.intersection(BoundingBox other) Retrieves the intersection cuboid between this bounding with another bounding box.BoundingBox.scale(double[] scale) BoundingBox.shift(double[] offset) Methods in sc.fiji.snt.util with parameters of type BoundingBoxModifier and TypeMethodDescriptionvoidBoundingBox.combine(BoundingBox other) Combines this bounding box with another one.booleanBoundingBox.contains(BoundingBox boundingBox) Checks whether the specified BoundingBox is enclosed by this one .BoundingBox.intersection(BoundingBox other) Retrieves the intersection cuboid between this bounding with another bounding box. -
Uses of BoundingBox in sc.fiji.snt.viewer
Methods in sc.fiji.snt.viewer that return BoundingBoxModifier and TypeMethodDescriptionOBJMesh.getBoundingBox(String hemiHalf) Gets the minimum bounding box of this mesh.Methods in sc.fiji.snt.viewer with parameters of type BoundingBoxModifier and TypeMethodDescriptionViewer3D.annotateMidPlane(BoundingBox boundingBox, int axis, String label)