|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcae.mesh.amibe.algos2d.CheckDelaunay
public class CheckDelaunay
Swap edges which are not Delaunay. In an Euclidian 2D metrics, there is a unique Delaunay mesh, so edges can be processed in any order. But with a Riemannian metrics this is no more true, edges with the poorest quality should be processed first to improve the overall quality. This is not implemented yet, edges are currently not sorted.
Constructor Summary | |
---|---|
CheckDelaunay(Mesh2D m)
Creates a CheckDelaunay instance. |
Method Summary | |
---|---|
void |
compute()
Swap edges which are not Delaunay. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckDelaunay(Mesh2D m)
CheckDelaunay
instance.
m
- the CheckDelaunay
instance to check.Method Detail |
---|
public void compute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |