|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InsertionEvaluator | |
|---|---|
| org.jdelaunay.delaunay | Contains all the classes needed to build the mesh. |
| org.jdelaunay.delaunay.evaluator | Contains the evaluation methods that can be used while refining the mesh. |
| Uses of InsertionEvaluator in org.jdelaunay.delaunay |
|---|
| Methods in org.jdelaunay.delaunay with parameters of type InsertionEvaluator | |
|---|---|
void |
ConstrainedMesh.refineMesh(double minLength,
InsertionEvaluator ev)
Refine the mesh, using the Ruppert's algorithm. |
void |
ConstrainedMesh.refineTriangles(double minLength,
InsertionEvaluator ev)
Refine the mesh, using a derivate of the Ruppert algorithm. |
| Uses of InsertionEvaluator in org.jdelaunay.delaunay.evaluator |
|---|
| Classes in org.jdelaunay.delaunay.evaluator that implement InsertionEvaluator | |
|---|---|
class |
SkinnyEvaluator
Evaluator used to determine if a triangle is skinny (ie if it has an angle inferior to a given value) or not. |
class |
TriangleQuality
Triangle quality evaluation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||