|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jcae.mesh.amibe.validation.QualityProcedure
org.jcae.mesh.amibe.validation.MinLengthFace
public class MinLengthFace
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 |
|---|
public MinLengthFace()
| Method Detail |
|---|
protected void setValidationFeatures()
setValidationFeatures in class QualityProcedurepublic float quality(java.lang.Object o)
QualityProcedure
quality in class QualityProcedureo - entity at which quality is computed
Returns quality factor.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||