public class SWCWeightedEdge
extends org.jgrapht.graph.DefaultWeightedEdge
Constructor and Description |
---|
SWCWeightedEdge() |
Modifier and Type | Method and Description |
---|---|
double |
getLength() |
SWCPoint |
getSource() |
SWCPoint |
getTarget() |
double |
getWeight() |
String |
toString() |
public double getWeight()
getWeight
in class org.jgrapht.graph.DefaultWeightedEdge
public double getLength()
public SWCPoint getSource()
getSource
in class org.jgrapht.graph.DefaultWeightedEdge
public SWCPoint getTarget()
getTarget
in class org.jgrapht.graph.DefaultWeightedEdge
public String toString()
toString
in class org.jgrapht.graph.DefaultWeightedEdge
Copyright © 2015–2021 Fiji. All rights reserved.