|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <CutMesh.h>


Public Member Functions | |
| GMSH_CutMeshPlugin () | |
| std::string | getName () const |
| std::string | getShortHelp () const |
| std::string | getHelp () const |
| std::string | getAuthor () const |
| int | getNbOptions () const |
| StringXNumber * | getOption (int iopt) |
| int | run () |
Public Member Functions inherited from GMSH_Plugin | |
| GMSH_Plugin () | |
| virtual | ~GMSH_Plugin () |
| virtual std::string | getCopyright () const |
| virtual void | catchErrorMessage (char *errorMessage) const |
| virtual int | getNbOptionsStr () const |
| virtual StringXString * | getOptionStr (int iopt) |
| std::string | serialize () |
Additional Inherited Members | |
Public Types inherited from GMSH_Plugin | |
| enum | GMSH_PLUGIN_TYPE { GMSH_CAD_PLUGIN, GMSH_MESH_PLUGIN, GMSH_POST_PLUGIN, GMSH_SOLVER_PLUGIN } |
Static Public Member Functions inherited from GMSH_Plugin | |
| static void | setDrawFunction (void(*fct)(void *)) |
Public Attributes inherited from GMSH_Plugin | |
| PluginDialogBox * | dialogBox |
| void * | hlib |
Static Public Attributes inherited from GMSH_Plugin | |
| static void(* | draw )(void *) = nullptr |
|
inlinevirtual |
Reimplemented from GMSH_Plugin.
|
virtual |
Implements GMSH_Plugin.
Definition at line 18 of file CutMesh.cpp.
|
inlinevirtual |
Implements GMSH_Plugin.
|
virtual |
Reimplemented from GMSH_Plugin.
Definition at line 31 of file CutMesh.cpp.
|
virtual |
Reimplemented from GMSH_Plugin.
Definition at line 36 of file CutMesh.cpp.
|
inlinevirtual |
Implements GMSH_Plugin.
|
virtual |
Reimplemented from GMSH_MeshPlugin.
Definition at line 41 of file CutMesh.cpp.
