org.jcae.mesh.amibe.validation
Class MaxLengthFace

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

public class MaxLengthFace
extends QualityProcedure

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


Field Summary
 
Fields inherited from class org.jcae.mesh.amibe.validation.QualityProcedure
data, EDGE, FACE, NODE, type, usageStr
 
Constructor Summary
MaxLengthFace()
           
 
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

MaxLengthFace

public MaxLengthFace()
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.