org.jdelaunay.delaunay.evaluator
Interface InsertionEvaluator

All Known Implementing Classes:
SkinnyEvaluator, TriangleQuality

public interface InsertionEvaluator

Instances of evaluator are used to decide if we need, when refining the mesh, to insert the circumcenter of a triangle in the mesh.

Author:
Alexis Guéganno

Method Summary
 boolean evaluate(DTriangle dt)
          Returns true if the circumcenter of dt must be inserted.
 

Method Detail

evaluate

boolean evaluate(DTriangle dt)
Returns true if the circumcenter of dt must be inserted.

Parameters:
dt -
Returns:
true if the insertion is needed.


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.