A B C D E F G H I K L M N O P R S T U V

A

actionPerformed(ActionEvent) - Method in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
event action method.
actionPerformed(ActionEvent) - Method in class org.keridwen.modelling.mesh.inspector.ui.popup.AnalyserPopupMenu
 
actionPerformed(ActionEvent) - Method in class org.keridwen.modelling.mesh.inspector.ui.popup.MeshPopupMenu
event manager for the study popup menu This formwards to the common control in the main GUI.
actionPerformed(ActionEvent) - Method in class org.keridwen.modelling.mesh.inspector.ui.popup.StudyPopupMenu
event manager for the study popup menu This formwards to the common control in the main GUI.
ADD_BORDERCELL_LOCATOR - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
ADD_BORDERCELL_LOCATOR - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.MeshPopupMenu
 
ADD_CELLVOL_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
ADD_CELLVOL_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.MeshPopupMenu
 
ADD_ETA_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
ADD_ETA_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.MeshPopupMenu
 
ADD_RHO_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
ADD_RHO_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.MeshPopupMenu
 
addAnalyserNode(MeshTreeNode, MeshAnalyser, AnalyserUIPanel) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
add an analyser node to the tree and update this last one.
addDataArray(String, List<?>) - Method in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
addDataArray(String, Object[]) - Method in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
addDataArray(String, float[]) - Method in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
addNodeMesh(Mesh) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
add a mesh node type in the tree
addNodeMesh(Mesh, MeshUIPanel) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
add a mesh node in the tree.
addReportFileNode(File) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
add a report file to the tree
addVtkFileNode(AnalyserTreeNode, File) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
add a vtk file node to the selected analyser node.
addVtkFileNode(MeshTreeNode, File) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
 
ANALYSE - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
ANALYSE - Static variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
 
ANALYSE - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.AnalyserPopupMenu
 
ANALYSE_AND_PRINT - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
ANALYSE_AND_PRINT - Static variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
 
ANALYSE_AND_PRINT - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.AnalyserPopupMenu
 
analyseAction() - Method in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
perform the analysis of the mesh.
analyseAndBuildVtkDataSet() - Method in class org.keridwen.modelling.mesh.inspector.analysers.BorderCellLocator
return a vtk data set with the quality value mapped on it.
analyseAndBuildVtkDataSet() - Method in class org.keridwen.modelling.mesh.inspector.analysers.CellVolumeAnalyser
 
analyseAndBuildVtkDataSet() - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
return a vtk data set with the quality value mapped on it.
analyseAndBuildVtkDataSet() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
Performs the analysis and convert the result under the form of a vtkDataSet.
analyseAndBuildVtkDataSet() - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
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.
analyseButton - Variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel.DashBoardPanel
 
analyseMesh() - Method in class org.keridwen.modelling.mesh.inspector.analysers.BorderCellLocator
analyse the mesh and return an array of mesh elements.
analyseMesh() - Method in class org.keridwen.modelling.mesh.inspector.analysers.CellVolumeAnalyser
perform the analysis of the mesh and return the result under the form of an analysis object.
analyseMesh() - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
perform the analysis of the mesh and return the result under the form of an analysis object.
analyseMesh() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
Perform the analysis and return it.
analyseMesh() - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
Perform the analysis of the mesh.
analyseMeshAndPrint() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
ANALYSER_CONTROL_PANEL - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
ANALYSER_TYPE - Variable in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
set the analyser type
AnalyserFactory(String, Mesh, HashMap) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
Dispatcher used to select the chosen analyzer (i.e process to measure the selected information or quality, that we want measure on the mesh).
AnalyserPopupMenu - Class in org.keridwen.modelling.mesh.inspector.ui.popup
Define the popup menu related to the analysers in the control tree.
AnalyserPopupMenu(Controller) - Constructor for class org.keridwen.modelling.mesh.inspector.ui.popup.AnalyserPopupMenu
 
AnalyserTreeNode - Class in org.keridwen.modelling.mesh.inspector.core
Node in the model of the JFreeMeshInspector control tree (GUI) corresponding to an analyser object.
AnalyserTreeNode(String, MeshAnalyserInterface) - Constructor for class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
Default constructor.
AnalyserUIPanel - Class in org.keridwen.modelling.mesh.inspector.ui.panel
GUI control panel for the analyser (right side panel).
AnalyserUIPanel(Controller) - Constructor for class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
 
AnalyserUIPanel.DashBoardPanel - Class in org.keridwen.modelling.mesh.inspector.ui.panel
define the lower control panel
AnalyserUIPanel.DashBoardPanel() - Constructor for class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel.DashBoardPanel
Creates new form analyserControlPanel
analysis - Variable in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 

B

BATCH - Static variable in class org.keridwen.modelling.mesh.inspector.core.Context
 
BORDER_CELL_LOCATOR - Static variable in class org.keridwen.modelling.mesh.inspector.core.Controller
 
BorderCellLocator - Class in org.keridwen.modelling.mesh.inspector.analysers
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.
BorderCellLocator(Mesh) - Constructor for class org.keridwen.modelling.mesh.inspector.analysers.BorderCellLocator
Main constructor, the Mesh to by analysed should be passed in argument.
buildNewConsole() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 

C

cassandraContext - Variable in class org.keridwen.modelling.mesh.inspector.core.Context
 
CELL_VOL_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.core.Controller
 
CellVolumeAnalyser - Class in org.keridwen.modelling.mesh.inspector.analysers
 
CellVolumeAnalyser(Mesh) - Constructor for class org.keridwen.modelling.mesh.inspector.analysers.CellVolumeAnalyser
 
compareTo(Object) - Method in class org.keridwen.modelling.mesh.inspector.analysers.BorderCellLocator
 
compareTo(Object) - Method in class org.keridwen.modelling.mesh.inspector.analysers.CellVolumeAnalyser
 
compareTo(Object) - Method in class org.keridwen.modelling.mesh.inspector.analysers.EtaQualityAnalyser
 
compareTo(Object) - Method in class org.keridwen.modelling.mesh.inspector.analysers.RhoQualityAnalyser
 
compareTo(Object) - Method in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
computeDistributionFunction(int, boolean) - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
Compute the distribution function (i.e histogram) of the quality level distribution over the mesh.
contentsChanged(ListDataEvent) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
 
Context - Class in org.keridwen.modelling.mesh.inspector.core
Generic context manager to define/know in which software context the application or module is run or instanced.
Context() - Constructor for class org.keridwen.modelling.mesh.inspector.core.Context
 
Controller - Class in org.keridwen.modelling.mesh.inspector.core
Main controller of the Penelope Mesh Inspector.
Controller() - Constructor for class org.keridwen.modelling.mesh.inspector.core.Controller
default constructor, generate the mesh object
Controller.MeshLoader - Class in org.keridwen.modelling.mesh.inspector.core
Threaded mesh loader.
Controller.MeshLoader(Mesh, File, MeshUIPanel) - Constructor for class org.keridwen.modelling.mesh.inspector.core.Controller.MeshLoader
 
createDataset(String, float[], float[]) - Method in class org.keridwen.modelling.mesh.inspector.plot.DataSetFactory
 
createImageIcon(String) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorTree
Returns an ImageIcon, or null if the path was invalid.

D

DATA_ARRAY_NAME - Variable in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 
DATA_TYPE - Variable in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
dataArrayList - Variable in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
DataSetFactory - Class in org.keridwen.modelling.mesh.inspector.plot
2D plot data set factory for JFreeChart based plot facilities.
DataSetFactory() - Constructor for class org.keridwen.modelling.mesh.inspector.plot.DataSetFactory
 
DefaultTreeNode - Interface in org.keridwen.modelling.mesh.inspector.core
Default node in the control tree model.

E

ETA_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.core.Controller
 
EtaQualityAnalyser - Class in org.keridwen.modelling.mesh.inspector.analysers
 
EtaQualityAnalyser(Mesh) - Constructor for class org.keridwen.modelling.mesh.inspector.analysers.EtaQualityAnalyser
 
EXPORT_TO_REPORT - Static variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
 
EXPORT_VTK_FILE - Static variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
 
EXPORT_VTK_TO_CASSANDRA - Static variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
 
exportMeshToCassandra() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
export the current mesh to the Cassandra's pipeline manager, if the Cassandra's and VTK's contexts are both true.
exportMeshToVtkDataSet() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
export the current mesh to a vtkUnstructuredGrid, if the VTK's context is true.
exportMeshToVtkGridFile(String) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
export the current mesh to the VTK legacy file defined by fileOut, if the VTK context is set to true.
exportToReportButton - Variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel.DashBoardPanel
 
exportTovtkDataSetButton - Variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel.DashBoardPanel
 
exportToVtkFileButton - Variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel.DashBoardPanel
 
exportVtkDataSetToCassandra() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
export the current analysis to Cassandra, if both Cassandra's and VTK's contexts are true.
exportVtkDataSetToFile(String) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
Perform the selected analysis, export it under the form of a vtkDataSet and save it into the given file.

F

FileMeshLoader - Class in org.keridwen.modelling.mesh.inspector.io
 
FileMeshLoader(Mesh) - Constructor for class org.keridwen.modelling.mesh.inspector.io.FileMeshLoader
load a mesh from a file (Gmsh format only for now).
fillBufferStringWithMeshMaskData(List<MeshMask>) - Method in class org.keridwen.modelling.mesh.inspector.ui.panel.MeshUIPanel
 
forceDividerLocation(int) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 

G

GenericAnalysis - Class in org.keridwen.modelling.mesh.inspector.models.analysis
Generic analysis.
GenericAnalysis() - Constructor for class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
getAnalyser() - Method in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
return the linked analyser.
getAnalyser() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
getAnalyserName() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
getAnalysis() - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 
getAnalysis() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
return the analysis of the current analyser
getAnalysis() - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
Return the current result of the analysis.
getCassandraViewer() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
getControler() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
getControler() - Method in class org.keridwen.modelling.mesh.inspector.ui.panel.MeshUIPanel
 
getControlTree() - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
return the control tree.
getDataArrayByName(String) - Method in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
getDataAsFloatArray(String) - Method in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 
getFileIn() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
getFileOut() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
getGui() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
getGUI_CONTEXT() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
get the context related to the GUI.
getInputParameters() - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
return the input parameters
getInstance() - Static method in class org.keridwen.modelling.mesh.inspector.core.Context
Gets the singleton instance of Preferences.
getKeridwenMesh() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
 
getMainGUI() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
getMenuBar() - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
getMesh() - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
get the mesh on which one the analysis is performed.
getMesh() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
getMesh() - Method in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
getMesh() - Method in class org.keridwen.modelling.mesh.inspector.io.FileMeshLoader
 
getMeshMetaData() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
getName() - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 
getName() - Method in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
return the name of the tree node.
getName() - Method in interface org.keridwen.modelling.mesh.inspector.core.DefaultTreeNode
 
getName() - Method in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
getName() - Method in class org.keridwen.modelling.mesh.inspector.core.ReportTreeNode
 
getName() - Method in class org.keridwen.modelling.mesh.inspector.core.StudyTreeNode
 
getName() - Method in class org.keridwen.modelling.mesh.inspector.core.VtkFileTreeNode
 
getOutputParameters() - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
return the output parameter of the current analyser.
getOutputParameters() - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
 
getQualityType() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
getReportFile() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
getSelectedNode() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
getStudyPath() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
 
getTotalVolume() - Method in class org.keridwen.modelling.mesh.inspector.analysers.CellVolumeAnalyser
 
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorTree.MyRenderer
overwrite the default method
getTreeModel() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
getUiPanel() - Method in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
 
getUiPanel() - Method in interface org.keridwen.modelling.mesh.inspector.core.DefaultTreeNode
 
getUiPanel() - Method in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
getUiPanel() - Method in class org.keridwen.modelling.mesh.inspector.core.ReportTreeNode
 
getUiPanel() - Method in class org.keridwen.modelling.mesh.inspector.core.StudyTreeNode
 
getUiPanel() - Method in class org.keridwen.modelling.mesh.inspector.core.VtkFileTreeNode
 
GRAPHICAL - Static variable in class org.keridwen.modelling.mesh.inspector.core.Context
 
guiContext - Variable in class org.keridwen.modelling.mesh.inspector.core.Context
 

H

histogramButton - Variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel.DashBoardPanel
 
HISTROGRAM_ENABLE - Variable in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 

I

initCassandraPanel(Container) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
Initialise the Cassandra panel in the context of the container given in argument.
inputParameters - Variable in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 
Inspector - Class in org.keridwen.modelling.mesh.inspector.app
Main class of the JFreeMesh Inspector runnable application.
Inspector() - Constructor for class org.keridwen.modelling.mesh.inspector.app.Inspector
Main constructor of the Inspector is graphical mode.
InspectorGUI - Class in org.keridwen.modelling.mesh.inspector.ui
Define the main GUI of the Mesh Inspector
InspectorGUI(Controller) - Constructor for class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
InspectorTree - Class in org.keridwen.modelling.mesh.inspector.ui
define the pipeline control tree (left side tree)
InspectorTree(Controller) - Constructor for class org.keridwen.modelling.mesh.inspector.ui.InspectorTree
 
InspectorTree.MyRenderer - Class in org.keridwen.modelling.mesh.inspector.ui
surcharged DefaultTreeRendere to set tailored icons on the tree
InspectorTree.MyRenderer() - Constructor for class org.keridwen.modelling.mesh.inspector.ui.InspectorTree.MyRenderer
 
InspectorTreeModel - Class in org.keridwen.modelling.mesh.inspector.models
Tree model of the Penelops's Mesh Inspector.
InspectorTreeModel(Mesh) - Constructor for class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
Main constructor.
intervalAdded(ListDataEvent) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
 
intervalRemoved(ListDataEvent) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
 
isCASSANDRA_CONTEXT() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
 
isKERIDWEN_CONTEXT() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
 
isPlotContext() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
 
isVTK_CONTEXT() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
return the VTK context (i.e if VTK based functions are operational or not).
isVtkExportFlag() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 

K

keridwenContext - Variable in class org.keridwen.modelling.mesh.inspector.core.Context
 
kerMesh - Variable in class org.keridwen.modelling.mesh.inspector.core.Context
 

L

load(File) - Method in class org.keridwen.modelling.mesh.inspector.io.FileMeshLoader
 
loadCassandra() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
try to load the Cassandra module, if possible, i.e if the Cassandra's context is true, the Cassandr's jar are in the class path and the VTK's context is true.
loadMeshFromDataBus(Mesh, MeshUIPanel) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
Load the mesh given in parameter (typically from the Keridwen's data bus.
loadMeshFromFile(String) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
load a mesh from a mesh file (Gmsh format only for the moment) DEPRECATED
loadMeshUpdateTreeAndGo(File, MeshUIPanel) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
load a mesh from a mesh file (Gmsh format only for the moment) through an independent thread.
loadVtkContext() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
Load (i.e test) if the VTK context is available or not.

M

main(String[]) - Static method in class org.keridwen.modelling.mesh.inspector.app.Inspector
Main exectable.
mainProgressBar - Variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
menuBar - Variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
mesh - Variable in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 
MESH_CONTROL_PANEL - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
MESH_IMPORT - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
MESH_IMPORT - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.StudyPopupMenu
 
MESH_LOAD - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
MESH_LOAD - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.StudyPopupMenu
 
MeshAnalyser - Class in org.keridwen.modelling.mesh.inspector.analysers
Abstract analyser class, in order to provide a generic probing tool for the mesh.
MeshAnalyser() - Constructor for class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 
MeshAnalyserInterface - Interface in org.keridwen.modelling.mesh.inspector.interfaces
Generic interface of mesh analyser.
MeshAnalysisInterface - Interface in org.keridwen.modelling.mesh.inspector.interfaces
Common interface for mesh analysis object.
MeshPopupMenu - Class in org.keridwen.modelling.mesh.inspector.ui.popup
Define the popup menu related to the mesh object in the selection tree.
MeshPopupMenu(Controller) - Constructor for class org.keridwen.modelling.mesh.inspector.ui.popup.MeshPopupMenu
 
MeshTreeNode - Class in org.keridwen.modelling.mesh.inspector.core
 
MeshTreeNode(String, Mesh) - Constructor for class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
MeshUIPanel - Class in org.keridwen.modelling.mesh.inspector.ui.panel
GUI control panel for the mesh (right side panel).
MeshUIPanel(Controller) - Constructor for class org.keridwen.modelling.mesh.inspector.ui.panel.MeshUIPanel
Creates new form meshControlPanel

N

name - Variable in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 
name - Variable in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
 
name - Static variable in interface org.keridwen.modelling.mesh.inspector.core.DefaultTreeNode
 
name - Variable in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
name - Variable in class org.keridwen.modelling.mesh.inspector.core.StudyTreeNode
 
name - Variable in class org.keridwen.modelling.mesh.inspector.models.analysis.GenericAnalysis
 

O

org.keridwen.modelling.mesh.inspector.analysers - package org.keridwen.modelling.mesh.inspector.analysers
 
org.keridwen.modelling.mesh.inspector.app - package org.keridwen.modelling.mesh.inspector.app
 
org.keridwen.modelling.mesh.inspector.core - package org.keridwen.modelling.mesh.inspector.core
 
org.keridwen.modelling.mesh.inspector.interfaces - package org.keridwen.modelling.mesh.inspector.interfaces
 
org.keridwen.modelling.mesh.inspector.io - package org.keridwen.modelling.mesh.inspector.io
 
org.keridwen.modelling.mesh.inspector.models - package org.keridwen.modelling.mesh.inspector.models
 
org.keridwen.modelling.mesh.inspector.models.analysis - package org.keridwen.modelling.mesh.inspector.models.analysis
 
org.keridwen.modelling.mesh.inspector.plot - package org.keridwen.modelling.mesh.inspector.plot
 
org.keridwen.modelling.mesh.inspector.ui - package org.keridwen.modelling.mesh.inspector.ui
 
org.keridwen.modelling.mesh.inspector.ui.panel - package org.keridwen.modelling.mesh.inspector.ui.panel
 
org.keridwen.modelling.mesh.inspector.ui.popup - package org.keridwen.modelling.mesh.inspector.ui.popup
 
outputParameters - Variable in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
 

P

performAnalyserPopupAction(String) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
Event controler to perform the analysis action of the selected analyser.
performMeshPopupAction(String) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
performStudyPopupAction(String) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
event manager for the study popup menu, i.e will add and remove mesh object in the tree model.
plotContext - Variable in class org.keridwen.modelling.mesh.inspector.core.Context
 
printAnalysis() - Method in class org.keridwen.modelling.mesh.inspector.analysers.BorderCellLocator
 
printAnalysis() - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
print the result of the analysis.
printAnalysis() - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
Print the result of the current analysis in the default console.
printButton - Variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel.DashBoardPanel
 
printName() - Method in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
print the name of the tree node.
printName() - Method in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
printName() - Method in class org.keridwen.modelling.mesh.inspector.core.ReportTreeNode
 
printName() - Method in class org.keridwen.modelling.mesh.inspector.core.StudyTreeNode
 
printName() - Method in class org.keridwen.modelling.mesh.inspector.core.VtkFileTreeNode
 
probeCell(int) - Method in class org.keridwen.modelling.mesh.inspector.analysers.BorderCellLocator
 
probeCell(int) - Method in class org.keridwen.modelling.mesh.inspector.analysers.CellVolumeAnalyser
 
probeCell(int) - Method in class org.keridwen.modelling.mesh.inspector.analysers.EtaQualityAnalyser
 
probeCell(int) - Method in class org.keridwen.modelling.mesh.inspector.analysers.RhoQualityAnalyser
analysis,and return an analysis on the cell of id meshId
probeCell(int) - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
Probe (i.e analyse) a cell specified by its Id.
progressBarUpdated(ActionEvent) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
progressValue - Variable in class org.keridwen.modelling.mesh.inspector.core.Controller.MeshLoader
 

R

relatedMesh - Variable in class org.keridwen.modelling.mesh.inspector.core.StudyTreeNode
 
reload() - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
 
REMOVE_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
REMOVE_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.AnalyserPopupMenu
 
REMOVE_MESH - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
REMOVE_MESH - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.MeshPopupMenu
 
ReportTreeNode - Class in org.keridwen.modelling.mesh.inspector.core
 
ReportTreeNode(File) - Constructor for class org.keridwen.modelling.mesh.inspector.core.ReportTreeNode
 
RESET_STUDY - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
RESET_STUDY - Static variable in class org.keridwen.modelling.mesh.inspector.ui.popup.StudyPopupMenu
 
RHO_ANALYSER - Static variable in class org.keridwen.modelling.mesh.inspector.core.Controller
 
RhoQualityAnalyser - Class in org.keridwen.modelling.mesh.inspector.analysers
 
RhoQualityAnalyser(Mesh) - Constructor for class org.keridwen.modelling.mesh.inspector.analysers.RhoQualityAnalyser
 
run() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
run() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller.MeshLoader
 
runAnalyser() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 

S

setActionListener(ActionListener) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller.MeshLoader
 
setAnalyser(MeshAnalyser) - Method in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
set the linked analyser object.
setAnalyser(MeshAnalyser) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
set the current analyzer.
setAnalyserName(String) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
setAnalysis(GenericAnalysis) - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
Set the output analysis object in which one the results should be stored.
setAnalysis(GenericAnalysis) - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
If the default analysis (i.e generated by default by the constructor) is not used, set the analysis to be filled by the analyser.
setCASSANDRA_CONTEXT(boolean) - Method in class org.keridwen.modelling.mesh.inspector.core.Context
Set the Cassandra context, to indicate if a Cassandra viewer (see http://www.artenum.com/cassandra) is linked to the current inspector.
setCassandraPlugInsPath(String) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
setCassandraViewer(Cassandra) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
set the linked Cassandra viewer.
setContext(String, boolean, boolean, boolean) - Method in class org.keridwen.modelling.mesh.inspector.core.Context
 
setControler(Controller) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
setControler(Controller) - Method in class org.keridwen.modelling.mesh.inspector.ui.panel.MeshUIPanel
 
setControlTree(InspectorTree) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
setDefaultCassandraPlugInsPath() - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
setFileIn(String) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
setFileIn(File) - Method in class org.keridwen.modelling.mesh.inspector.io.FileMeshLoader
 
setFileOut(String) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
setGui(InspectorGUI) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
setGUI_CONTEXT(String) - Method in class org.keridwen.modelling.mesh.inspector.core.Context
set the context related to the GUI, i.e a flag (string) to know if the GUI can be/should be displayed or not.
setInputParameters(HashMap) - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
set the input parameters.
setInputParameters(HashMap) - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
Set the control input parameter for the analyser.
setKERIDWEN_CONTEXT(boolean) - Method in class org.keridwen.modelling.mesh.inspector.core.Context
Set the Keridwen context, i.e if the application is running as KerModule and/or a KerDataBus is available or not.
setKeridwenMesh(Mesh) - Method in class org.keridwen.modelling.mesh.inspector.core.Context
Set the mesh to inspect directly from a mesh object in memory.
setMainGUI(InspectorGUI) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
set the main GUI.
setMenuBar(GlobalMenuBar) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
setMesh(Mesh) - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
set the mesh object on wich on the analysis should be performed.
setMesh(Mesh) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
set the current mesh.
setMesh(Mesh) - Method in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
setMesh(Mesh) - Method in interface org.keridwen.modelling.mesh.inspector.interfaces.MeshAnalyserInterface
Set the mesh to be analysed.
setMesh(Mesh) - Method in class org.keridwen.modelling.mesh.inspector.io.FileMeshLoader
 
setName(String) - Method in class org.keridwen.modelling.mesh.inspector.analysers.MeshAnalyser
set the nem of the current analyser
setName(String) - Method in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
set the name of the node.
setName(String) - Method in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
setName(String) - Method in class org.keridwen.modelling.mesh.inspector.core.StudyTreeNode
 
setPlotContext(boolean) - Method in class org.keridwen.modelling.mesh.inspector.core.Context
Set the plot context for the JFreeChart plotting features.
setQualityType(int) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
setReportFile(File) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
Set the path of the common reporting file.
setSelectedNode(DefaultMutableTreeNode) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
 
setStudyPath(String) - Method in class org.keridwen.modelling.mesh.inspector.core.Context
 
setTreeModel(InspectorTreeModel) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
Set the tree model (InspectorTreeModel) of the present study.
setUIPanel(JComponent) - Method in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
 
setUIPanel(JComponent) - Method in interface org.keridwen.modelling.mesh.inspector.core.DefaultTreeNode
 
setUiPanel(MeshUIPanel) - Method in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
setUIPanel(JComponent) - Method in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
setUIPanel(JComponent) - Method in class org.keridwen.modelling.mesh.inspector.core.ReportTreeNode
 
setUIPanel(JComponent) - Method in class org.keridwen.modelling.mesh.inspector.core.StudyTreeNode
 
setUIPanel(JComponent) - Method in class org.keridwen.modelling.mesh.inspector.core.VtkFileTreeNode
 
setView(InspectorTree) - Method in class org.keridwen.modelling.mesh.inspector.models.InspectorTreeModel
 
setVTK_CONTEXT(boolean) - Method in class org.keridwen.modelling.mesh.inspector.core.Context
Set the VTK context (i.e to set if VTK based functions be operational or not).
setVtkExportFlag(boolean) - Method in class org.keridwen.modelling.mesh.inspector.app.Inspector
Set the VTK context is active (true) or not (false).
SHOW_HISTOGRAM - Static variable in class org.keridwen.modelling.mesh.inspector.ui.panel.AnalyserUIPanel
 
showHelp() - Static method in class org.keridwen.modelling.mesh.inspector.app.Inspector
 
SimplePlot - Class in org.keridwen.modelling.mesh.inspector.plot
with dataSet as follow: float[] xDataSet = new float[dataSet.length]; float[] yDataSet = new float[dataSet.length]; for (int i=0; i < dataSet.length; i++){ xDataSet[i] = dataSet[i][0]; yDataSet[i] = dataSet[i][1]; }
SimplePlot(String, String, String, float[][]) - Constructor for class org.keridwen.modelling.mesh.inspector.plot.SimplePlot
xxx
STUDY_CONTROL_PANEL - Static variable in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
StudyPath - Variable in class org.keridwen.modelling.mesh.inspector.core.Context
 
StudyPopupMenu - Class in org.keridwen.modelling.mesh.inspector.ui.popup
Popup menu for the study type node in the control tree.
StudyPopupMenu(Controller) - Constructor for class org.keridwen.modelling.mesh.inspector.ui.popup.StudyPopupMenu
 
StudyTreeNode - Class in org.keridwen.modelling.mesh.inspector.core
 
StudyTreeNode(String) - Constructor for class org.keridwen.modelling.mesh.inspector.core.StudyTreeNode
 
StudyUIPanel - Class in org.keridwen.modelling.mesh.inspector.ui.panel
GUI control panel for the study (right side panel).
StudyUIPanel(Controller) - Constructor for class org.keridwen.modelling.mesh.inspector.ui.panel.StudyUIPanel
 

T

testPlotcontext() - Method in class org.keridwen.modelling.mesh.inspector.core.Context
test the presence of the JFreeMesh library in the classpath (see third part components) or not and set the plotting context.

U

uiPanel - Variable in class org.keridwen.modelling.mesh.inspector.core.AnalyserTreeNode
 
uiPanel - Static variable in interface org.keridwen.modelling.mesh.inspector.core.DefaultTreeNode
 
uiPanel - Variable in class org.keridwen.modelling.mesh.inspector.core.MeshTreeNode
 
updateControlPanel(String) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
Deprecated.  
updateControlPanel(DefaultTreeNode) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
update the view of the control panel.
updateControlPanel(String) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
update the control panel according to the selected node type on the tree (deprecated)
updateControlPanel(DefaultTreeNode) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
update the control panel according to the selected node type on the tree
updateControlTree() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
update the view of the control tree.
updateMenuBar(String) - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
update the view of the menu bar (i.e hide inaccessible actions).
updateMenuBar(String) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
 
updateMeshMetaData() - Method in class org.keridwen.modelling.mesh.inspector.core.Controller
update the meta-data table from the values of the current mesh.
updateProgressBar(int) - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
set the progress bar at the value val.
updateTree() - Method in class org.keridwen.modelling.mesh.inspector.ui.InspectorGUI
update the control tree.

V

vtkContext - Variable in class org.keridwen.modelling.mesh.inspector.core.Context
 
VtkFileTreeNode - Class in org.keridwen.modelling.mesh.inspector.core
 
VtkFileTreeNode(File) - Constructor for class org.keridwen.modelling.mesh.inspector.core.VtkFileTreeNode
 

A B C D E F G H I K L M N O P R S T U V

Copyright © 2013 Artenum. All Rights Reserved.