org.jcae.mesh.amibe.validation
Class MinLengthFace

java.lang.Object
  extended by org.jcae.mesh.amibe.validation.QualityProcedure
      extended by org.jcae.mesh.amibe.validation.MinLengthFace

public class MinLengthFace
extends QualityProcedure

Compute minimal edge length by triangle. This class implements the QualityProcedure.quality(Object) method to compute minimal edge length of triangles.


Field Summary
 
Fields inherited from class org.jcae.mesh.amibe.validation.QualityProcedure
data, EDGE, FACE, NODE, type, usageStr
 
Constructor Summary
MinLengthFace()
           
 
Method Summary
 float quality(java.lang.Object o)
          Return the quality factor for a given object.
protected  void setValidationFeatures()
           
 
Methods inherited from class org.jcae.mesh.amibe.validation.QualityProcedure
bindResult, finish, getListSubClasses, getMeshTraitsBuilder, getScaleFactor, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinLengthFace

public MinLengthFace()
Method Detail

setValidationFeatures

protected void setValidationFeatures()
Specified by:
setValidationFeatures in class QualityProcedure

quality

public float quality(java.lang.Object o)
Description copied from class: QualityProcedure
Return the quality factor for a given object.

Specified by:
quality in class QualityProcedure
Parameters:
o - entity at which quality is computed Returns quality factor.