org.keridwen.modelling.gmsh.key
Class GmshEventKeys
java.lang.Object
org.keridwen.modelling.gmsh.key.GmshEventKeys
public class GmshEventKeys
- extends Object
Field Summary |
static org.keridwen.core.messaging.DefaultEventKey<vtk.vtkUnstructuredGrid,MeshGmshConfigDTO> |
GEO_FILE_TO_VTK
Converts a Geo file to VTK file. |
static org.keridwen.core.messaging.DefaultEventKey<com.artenum.penelope.mesh.interfaces.Mesh,MeshGmshConfigDTO> |
GMSH_SYSTEM_CALL
Mesh a Geo file with Gmsh wrapping. |
static org.keridwen.core.messaging.DefaultEventKey<com.artenum.penelope.mesh.interfaces.Mesh,File> |
LOAD_MESH_FILE
|
static org.keridwen.core.messaging.DefaultEventKey<vtk.vtkUnstructuredGrid,File> |
MESH_FILE_TO_VTK
Converts a Gmsh mesh file to VTK file. |
static org.keridwen.core.messaging.DefaultEventKey<vtk.vtkUnstructuredGrid,com.artenum.penelope.mesh.interfaces.Mesh> |
MESH_OBJECT_TO_VTK
Converts a Penelope mesh object to VTK unstructured grid (edges). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GMSH_SYSTEM_CALL
public static final org.keridwen.core.messaging.DefaultEventKey<com.artenum.penelope.mesh.interfaces.Mesh,MeshGmshConfigDTO> GMSH_SYSTEM_CALL
- Mesh a Geo file with Gmsh wrapping.
GEO_FILE_TO_VTK
public static final org.keridwen.core.messaging.DefaultEventKey<vtk.vtkUnstructuredGrid,MeshGmshConfigDTO> GEO_FILE_TO_VTK
- Converts a Geo file to VTK file.
LOAD_MESH_FILE
public static final org.keridwen.core.messaging.DefaultEventKey<com.artenum.penelope.mesh.interfaces.Mesh,File> LOAD_MESH_FILE
MESH_FILE_TO_VTK
public static final org.keridwen.core.messaging.DefaultEventKey<vtk.vtkUnstructuredGrid,File> MESH_FILE_TO_VTK
- Converts a Gmsh mesh file to VTK file.
MESH_OBJECT_TO_VTK
public static final org.keridwen.core.messaging.DefaultEventKey<vtk.vtkUnstructuredGrid,com.artenum.penelope.mesh.interfaces.Mesh> MESH_OBJECT_TO_VTK
- Converts a Penelope mesh object to VTK unstructured grid (edges).
GmshEventKeys
public GmshEventKeys()
registerAllKeysToController
public static void registerAllKeysToController(org.keridwen.core.messaging.BundleController controller)
Copyright © 2012-2013 Artenum. All Rights Reserved.