gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <Plugin.h>
Private Member Functions | |
GMSH_PLUGIN_TYPE | getType () const |
virtual int | run () |
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 } |
Public Member Functions inherited from GMSH_Plugin | |
GMSH_Plugin () | |
virtual | ~GMSH_Plugin () |
virtual std::string | getName () const =0 |
virtual std::string | getShortHelp () const =0 |
virtual std::string | getHelp () const =0 |
virtual std::string | getAuthor () const |
virtual std::string | getCopyright () const |
virtual void | catchErrorMessage (char *errorMessage) const |
virtual int | getNbOptions () const |
virtual StringXNumber * | getOption (int iopt) |
virtual int | getNbOptionsStr () const |
virtual StringXString * | getOptionStr (int iopt) |
std::string | serialize () |
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 |
|
inlineprivatevirtual |
Implements GMSH_Plugin.
|
inlineprivatevirtual |
Implements GMSH_Plugin.
Reimplemented in GMSH_SpanningTreePlugin, GMSH_SimplePartitionPlugin, and GMSH_CutMeshPlugin.