gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <Probe.h>
Public Member Functions | |
GMSH_ProbePlugin () | |
std::string | getName () const |
std::string | getShortHelp () const |
std::string | getHelp () const |
int | getNbOptions () const |
StringXNumber * | getOption (int iopt) |
PView * | execute (PView *) |
Public Member Functions inherited from GMSH_PostPlugin | |
GMSH_PLUGIN_TYPE | getType () const |
virtual int | run () |
virtual PView * | executeRemote (PView *) |
virtual PView * | getView (int index, PView *view) |
virtual PViewDataList * | getDataList (PView *view, bool showError=true) |
virtual PViewData * | getPossiblyAdaptiveData (PView *view) |
virtual void | assignSpecificVisibility () const |
virtual bool | geometricalFilter (fullMatrix< double > *) const |
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 |
virtual int | getNbOptionsStr () const |
virtual StringXString * | getOptionStr (int iopt) |
std::string | serialize () |
Static Public Member Functions | |
static double | callbackX (int, int, double) |
static double | callbackY (int, int, double) |
static double | callbackZ (int, int, double) |
static void | draw (void *context) |
Static Public Member Functions inherited from GMSH_Plugin | |
static void | setDrawFunction (void(*fct)(void *)) |
Private Member Functions | |
double | levelset (double x, double y, double z, double val) const |
Static Private Member Functions | |
static double | callback (int num, int action, double value, double *opt) |
Static Private Attributes | |
static int | iview = 0 |
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 Attributes inherited from GMSH_Plugin | |
PluginDialogBox * | dialogBox |
void * | hlib |
Static Public Attributes inherited from GMSH_Plugin | |
static void(* | draw )(void *) = nullptr |
|
staticprivate |
Definition at line 70 of file Probe.cpp.
Referenced by callbackX(), callbackY(), and callbackZ().
|
static |
|
static |
|
static |
|
static |
Implements GMSH_PostPlugin.
Definition at line 118 of file Probe.cpp.
|
virtual |
Implements GMSH_Plugin.
|
inlinevirtual |
Implements GMSH_Plugin.
|
virtual |
Reimplemented from GMSH_Plugin.
|
virtual |
Reimplemented from GMSH_Plugin.
|
inlinevirtual |
Implements GMSH_Plugin.
|
private |
|
staticprivate |
Definition at line 18 of file Probe.h.
Referenced by callback(), and draw().