Package | Description |
---|---|
sc.fiji.analyzeSkeleton |
Modifier and Type | Method and Description |
---|---|
Edge |
Edge.clone(Vertex v1,
Vertex v2)
Clones the Edge with all its properties
|
Edge |
Vertex.getPredecessor()
Get predecessor edge.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Edge> |
Vertex.getBranches()
Get branch list.
|
ArrayList<Edge> |
Graph.getEdges()
Get list of edges in the graph.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Graph.addEdge(Edge e)
Add edge to the graph.
|
void |
Vertex.setBranch(Edge e)
Add a new branch to the vertex.
|
void |
Vertex.setPredecessor(Edge pred)
Set predecessor (for DFS).
|
Copyright © 2015–2021 Fiji. All rights reserved.