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

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

public class RhoQualityAnalyser
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
RhoQualityAnalyser(com.artenum.penelope.mesh.interfaces.Mesh mesh)
           
 
Method Summary
 int compareTo(Object o)
           
 GenericAnalysis probeCell(int meshId)
          analysis,and return an analysis on the cell of id meshId
 
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

RhoQualityAnalyser

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

compareTo

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

probeCell

public GenericAnalysis probeCell(int meshId)
analysis,and return an analysis on the cell of id meshId

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


Copyright © 2013 Artenum. All Rights Reserved.