|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MeshAnalyserInterface
Generic interface of mesh analyser. This defines a common for all analysis algorithms or procedures to explore or validate the mesh as used in the JFreeMeshInspector. All analysers should implement this interface. All analysers return their results into a generic analysis object.
Method Summary | |
---|---|
Object |
analyseAndBuildVtkDataSet()
Call the analyseMesh method and return a vtkDataSet with the selected sub-set of the mesh and/or the quality factor mapped on it as a scalar value. |
GenericAnalysis |
analyseMesh()
Perform the analysis of the mesh. |
GenericAnalysis |
getAnalysis()
Return the current result of the analysis. |
HashMap |
getOutputParameters()
|
void |
printAnalysis()
Print the result of the current analysis in the default console. |
GenericAnalysis |
probeCell(int meshId)
Probe (i.e analyse) a cell specified by its Id. |
void |
setAnalysis(GenericAnalysis analysis)
If the default analysis (i.e generated by default by the constructor) is not used, set the analysis to be filled by the analyser. |
void |
setInputParameters(HashMap inputParameters)
Set the control input parameter for the analyser. |
void |
setMesh(com.artenum.penelope.mesh.interfaces.Mesh mesh)
Set the mesh to be analysed. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void setMesh(com.artenum.penelope.mesh.interfaces.Mesh mesh)
mesh
- GenericAnalysis analyseMesh()
GenericAnalysis getAnalysis()
void printAnalysis()
Object analyseAndBuildVtkDataSet()
void setInputParameters(HashMap inputParameters)
inputParameters
- HashMap getOutputParameters()
GenericAnalysis probeCell(int meshId)
meshId
- of the cell.
void setAnalysis(GenericAnalysis analysis)
analysis
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |