org.keridwen.modelling.mesh.inspector.analysers
Class EtaQualityAnalyser

java.lang.Object
  extended by org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
      extended by org.keridwen.modelling.mesh.inspector.analysers.EtaQualityAnalyser
All Implemented Interfaces:
Comparable, MeshAnalyserInterface

public class EtaQualityAnalyser
extends MeshAnalyser
implements MeshAnalyserInterface


Field Summary
 
Fields inherited from class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
ANALYSER_TYPE, analysis, DATA_ARRAY_NAME, HISTROGRAM_ENABLE, inputParameters, mesh, name, outputParameters
 
Constructor Summary
EtaQualityAnalyser(com.artenum.penelope.mesh.interfaces.Mesh mesh)
           
 
Method Summary
 int compareTo(Object o)
           
 GenericAnalysis probeCell(int meshId)
          Probe (i.e analyse) a cell specified by its Id.
 
Methods inherited from class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
analyseAndBuildVtkDataSet, analyseMesh, computeDistributionFunction, getAnalysis, getInputParameters, getMesh, getName, getOutputParameters, printAnalysis, setAnalysis, setInputParameters, setMesh, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
analyseAndBuildVtkDataSet, analyseMesh, getAnalysis, getOutputParameters, printAnalysis, setAnalysis, setInputParameters, setMesh
 

Constructor Detail

EtaQualityAnalyser

public EtaQualityAnalyser(com.artenum.penelope.mesh.interfaces.Mesh mesh)
Method Detail

probeCell

public GenericAnalysis probeCell(int meshId)
Description copied from interface: MeshAnalyserInterface
Probe (i.e analyse) a cell specified by its Id.

Specified by:
probeCell in interface MeshAnalyserInterface
Parameters:
meshId - of the cell.
Returns:
the quality factor.

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable


Copyright © 2013 Artenum. All Rights Reserved.