|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MeshAnalyser | |
---|---|
org.keridwen.modelling.mesh.inspector.analysers | |
org.keridwen.modelling.mesh.inspector.core | |
org.keridwen.modelling.mesh.inspector.models |
Uses of MeshAnalyser in org.keridwen.modelling.mesh.inspector.analysers |
---|
Subclasses of MeshAnalyser in org.keridwen.modelling.mesh.inspector.analysers | |
---|---|
class |
BorderCellLocator
This class implements a MeshAnalyser and scan the mesh to identify and localise "border cells" (i.e border Volumes), i.e cells containing a Surface which is itself contained on only one Volume. |
class |
CellVolumeAnalyser
|
class |
EtaQualityAnalyser
|
class |
RhoQualityAnalyser
|
Uses of MeshAnalyser in org.keridwen.modelling.mesh.inspector.core |
---|
Methods in org.keridwen.modelling.mesh.inspector.core that return MeshAnalyser | |
---|---|
MeshAnalyser |
Controller.AnalyserFactory(String analyserName,
com.artenum.penelope.mesh.interfaces.Mesh mesh,
HashMap inputParameters)
Dispatcher used to select the chosen analyzer (i.e process to measure the selected information or quality, that we want measure on the mesh). |
MeshAnalyser |
Controller.getAnalyser()
|
Methods in org.keridwen.modelling.mesh.inspector.core with parameters of type MeshAnalyser | |
---|---|
void |
Controller.setAnalyser(MeshAnalyser analyser)
set the current analyzer. |
Uses of MeshAnalyser in org.keridwen.modelling.mesh.inspector.models |
---|
Methods in org.keridwen.modelling.mesh.inspector.models with parameters of type MeshAnalyser | |
---|---|
void |
InspectorTreeModel.addAnalyserNode(MeshTreeNode selectedMeshNodeTree,
MeshAnalyser analyser,
AnalyserUIPanel uiPanel)
add an analyser node to the tree and update this last one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |