gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <SimplePartition.h>
Public Member Functions | |
GMSH_SimplePartitionPlugin () | |
std::string | getName () const |
std::string | getShortHelp () const |
std::string | getHelp () const |
int | getNbOptions () const |
StringXNumber * | getOption (int iopt) |
int | getNbOptionsStr () const |
StringXString * | getOptionStr (int iopt) |
int | run () |
Public Member Functions inherited from GMSH_Plugin | |
GMSH_Plugin () | |
virtual | ~GMSH_Plugin () |
virtual std::string | getAuthor () const |
virtual std::string | getCopyright () const |
virtual void | catchErrorMessage (char *errorMessage) const |
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 |
Definition at line 15 of file SimplePartition.h.
|
inline |
Definition at line 17 of file SimplePartition.h.
|
virtual |
Implements GMSH_Plugin.
Definition at line 43 of file SimplePartition.cpp.
|
inlinevirtual |
Implements GMSH_Plugin.
Definition at line 18 of file SimplePartition.h.
|
virtual |
Reimplemented from GMSH_Plugin.
Definition at line 53 of file SimplePartition.cpp.
|
virtual |
Reimplemented from GMSH_Plugin.
Definition at line 63 of file SimplePartition.cpp.
|
virtual |
Reimplemented from GMSH_Plugin.
Definition at line 58 of file SimplePartition.cpp.
|
virtual |
Reimplemented from GMSH_Plugin.
Definition at line 68 of file SimplePartition.cpp.
|
inlinevirtual |
Implements GMSH_Plugin.
Definition at line 19 of file SimplePartition.h.
|
virtual |
Reimplemented from GMSH_MeshPlugin.
Definition at line 73 of file SimplePartition.cpp.