gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <Isosurface.h>
Public Member Functions | |
GMSH_IsosurfacePlugin () | |
std::string | getShortHelp () const |
std::string | getName () const |
std::string | getHelp () const |
int | getNbOptions () const |
StringXNumber * | getOption (int iopt) |
PView * | execute (PView *) |
Public Member Functions inherited from GMSH_LevelsetPlugin | |
GMSH_LevelsetPlugin () | |
void | assignSpecificVisibility () const |
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 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 | callbackValue (int, int, double) |
static double | callbackVol (int, int, double) |
static double | callbackRecur (int, int, double) |
static double | callbackTarget (int, int, double) |
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 |
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 |
Protected Types inherited from GMSH_LevelsetPlugin | |
enum | ORIENTATION { NONE, PLANE, SPHERE, MAP } |
Protected Attributes inherited from GMSH_LevelsetPlugin | |
double | _ref [3] |
double | _targetError |
int | _valueTimeStep |
int | _valueView |
int | _valueIndependent |
int | _recurLevel |
int | _extractVolume |
ORIENTATION | _orientation |
Definition at line 15 of file Isosurface.h.
|
inline |
Definition at line 19 of file Isosurface.h.
|
static |
Definition at line 56 of file Isosurface.cpp.
|
static |
Definition at line 67 of file Isosurface.cpp.
|
static |
Definition at line 25 of file Isosurface.cpp.
|
static |
Definition at line 45 of file Isosurface.cpp.
Reimplemented from GMSH_LevelsetPlugin.
Definition at line 116 of file Isosurface.cpp.
|
virtual |
Implements GMSH_Plugin.
Definition at line 78 of file Isosurface.cpp.
|
inlinevirtual |
Implements GMSH_Plugin.
Definition at line 21 of file Isosurface.h.
|
virtual |
Reimplemented from GMSH_Plugin.
Definition at line 97 of file Isosurface.cpp.
|
virtual |
Reimplemented from GMSH_Plugin.
Definition at line 102 of file Isosurface.cpp.
|
inlinevirtual |
Implements GMSH_Plugin.
Definition at line 20 of file Isosurface.h.
|
privatevirtual |
Implements GMSH_LevelsetPlugin.
Definition at line 107 of file Isosurface.cpp.