Constructor and Description |
---|
MeasurePathDistance(Tree<I> tree,
Node<I> a,
Node<I> b) |
Modifier and Type | Method and Description |
---|---|
int |
getBranchNodesInPath() |
double |
getDistance() |
Point3f |
getFirstNodeCoordinates() |
Point3f |
getLastNodeCoordinates() |
List<Node<I>> |
getPath() |
ij.measure.ResultsTable |
show(ij.measure.ResultsTable rt)
Reuses @param rt unless it is null, in which case it creates a new one.
|
public double getDistance()
public int getBranchNodesInPath()
public Point3f getFirstNodeCoordinates()
public Point3f getLastNodeCoordinates()
public ij.measure.ResultsTable show(ij.measure.ResultsTable rt)
Copyright © 2015–2021 Fiji. All rights reserved.