Package | Description |
---|---|
sc.fiji.snt |
SNT core classes
|
sc.fiji.snt.hyperpanes |
Classes implementing SNT's XY, ZY, and XZ canvases.
|
sc.fiji.snt.util |
Miscellaneous SNT utilities, including classes defining reconstruction nodes.
|
sc.fiji.snt.viewer |
Visualization of reconstructions
|
Modifier and Type | Method and Description |
---|---|
BoundingBox |
Tree.getBoundingBox()
Gets the bounding box associated with this tree.
|
BoundingBox |
Tree.getBoundingBox(boolean computeIfUnset)
Gets the bounding box associated with this tree.
|
BoundingBox |
PathAndFillManager.getBoundingBox(boolean compute)
Returns the BoundingBox enclosing all nodes of all existing Paths.
|
Modifier and Type | Method and Description |
---|---|
void |
Tree.setBoundingBox(BoundingBox box)
Associates a bounding box to this tree.
|
Modifier and Type | Method and Description |
---|---|
BoundingBox |
MultiDThreePanesCanvas.getViewPort() |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
BoundingBox.clone() |
Modifier and Type | Method and Description |
---|---|
void |
BoundingBox.combine(BoundingBox boundingBox)
Combines Combines this bounding box with another one.
|
boolean |
BoundingBox.contains(BoundingBox boundingBox)
Checks whether the specified BoundingBox is enclosed by this one .
|
Modifier and Type | Method and Description |
---|---|
BoundingBox |
OBJMesh.getBoundingBox(String hemiHalf)
Gets the minimum bounding box of this mesh.
|
Copyright © 2015–2021 Fiji. All rights reserved.