Package | Description |
---|---|
deformablemesh.geometry | |
deformablemesh.gui.render2d | |
deformablemesh.meshview | |
deformablemesh.util |
Modifier and Type | Field and Description |
---|---|
List<Connection3D> |
DeformableLine3D.connections |
List<Connection3D> |
DeformableMesh3D.connections |
Modifier and Type | Method and Description |
---|---|
Connection3D |
ConnectionRemesher.getShortestConnection() |
Connection3D |
ConnectionRemesher.getShortestConnection(Set<Connection3D> unavailable) |
Modifier and Type | Method and Description |
---|---|
Map<Connection3D,Set<Connection3D>> |
DeformableMesh3D.getAdjacencyMap(Map<Node3D,List<Connection3D>> connectionMap) |
Map<Connection3D,Set<Connection3D>> |
DeformableMesh3D.getAdjacencyMap(Map<Node3D,List<Connection3D>> connectionMap) |
List<Connection3D> |
DeformableMesh3D.getConnections() |
Map<Node3D,List<Connection3D>> |
DeformableMesh3D.getCurvatureMap() |
List<Connection3D> |
Furrow3D.getIntersectionConnections(List<Connection3D> connections) |
List<Connection3D> |
DeformableMesh3D.getOutterBounds() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionRemesher.addConnection(Connection3D c) |
double[] |
ProjectableMesh.getIntersectionPlaneCoordinates(Furrow3D furrow,
Connection3D con) |
boolean |
Triangle3D.hasConnection(Connection3D con) |
void |
ConnectionRemesher.removeConnection(Connection3D c) |
boolean |
ConnectionRemesher.removeShortConnection(Connection3D con) |
Modifier and Type | Method and Description |
---|---|
double |
Furrow3D.calculateRadius(List<Connection3D> connections) |
Map<Connection3D,Set<Connection3D>> |
DeformableMesh3D.getAdjacencyMap(Map<Node3D,List<Connection3D>> connectionMap) |
List<Connection3D> |
Furrow3D.getIntersectionConnections(List<Connection3D> connections) |
List<double[]> |
Furrow3D.getIntersections(List<Connection3D> connections) |
Connection3D |
ConnectionRemesher.getShortestConnection(Set<Connection3D> unavailable) |
Modifier and Type | Method and Description |
---|---|
void |
RenderFrame2D.renderConnections(deformablemesh.gui.render2d.RenderFrame2D.Camera camera,
List<Connection3D> list,
Color color) |
Constructor and Description |
---|
DeformableMeshDataObject(List<Node3D> nodes,
List<Connection3D> connections,
List<Triangle3D> triangles,
double[] positions,
int[] connection_index,
int[] triangle_index) |
Modifier and Type | Method and Description |
---|---|
double |
IntensitySurfacePlot.sample(Connection3D connection) |
Copyright © 2013–2022 Francis Crick Institute. All rights reserved.