Package | Description |
---|---|
mpicbg.models |
Modifier and Type | Field and Description |
---|---|
protected HashMap<AffineModel2D,Vertex> |
SpringMesh.apv |
protected HashSet<Vertex> |
SpringMesh.fixedVertices |
protected HashMap<PointMatch,Vertex> |
SpringMesh.pv |
protected HashMap<Vertex,AffineModel2D> |
SpringMesh.pva |
protected HashMap<Vertex,Spring> |
Vertex.springs
A set of
Springs . |
protected ArrayList<Vertex> |
SpringMesh.vertices |
protected HashMap<Vertex,PointMatch> |
SpringMesh.vp |
Modifier and Type | Method and Description |
---|---|
Vertex |
SpringMesh.findClosestSourceVertex(double[] there)
Find the closest
Vertex to a given coordinate in terms of its
source coordinates. |
Vertex |
SpringMesh.findClosestTargetVertex(double[] there)
Find the closest
Vertex to a given coordinate in terms of its
target coordinates. |
Modifier and Type | Method and Description |
---|---|
Set<Vertex> |
Vertex.getConnectedVertices()
|
ArrayList<Vertex> |
SpringMesh.getVertices() |
Modifier and Type | Method and Description |
---|---|
void |
SpringMesh.addPassiveVertex(Vertex vertex)
Add a passive vertex.
|
void |
Vertex.addSpring(Vertex v2,
double weight)
|
void |
Vertex.addSpring(Vertex v2,
double[] weights)
|
void |
Vertex.addSpring(Vertex v2,
double[] weights,
double maxStretch)
|
void |
Vertex.addSpring(Vertex v2,
double weight,
double maxStretch)
|
void |
Vertex.addSpring(Vertex v2,
Spring spring)
|
void |
SpringMesh.addVertex(Vertex vertex,
double weight)
Add a
Vertex to the mesh. |
void |
SpringMesh.addVertexWeightedByDistance(Vertex vertex,
double weight,
double alpha)
Add a
Vertex to the mesh. |
Spring |
Vertex.getSpring(Vertex vertex)
|
void |
SpringMesh.removePassiveVertex(Vertex vertex)
Remove a passive vertex.
|
Modifier and Type | Method and Description |
---|---|
int |
Vertex.traceConnectedGraph(Set<Vertex> graph)
|
Copyright © 2015–2021 Fiji. All rights reserved.