gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GMSH_IsosurfacePlugin Class Reference

#include <Isosurface.h>

Inheritance diagram for GMSH_IsosurfacePlugin:
Collaboration diagram for GMSH_IsosurfacePlugin:

Public Member Functions

 GMSH_IsosurfacePlugin ()
 
std::string getShortHelp () const
 
std::string getName () const
 
std::string getHelp () const
 
int getNbOptions () const
 
StringXNumbergetOption (int iopt)
 
PViewexecute (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 PViewexecuteRemote (PView *)
 
virtual PViewgetView (int index, PView *view)
 
virtual PViewDataListgetDataList (PView *view, bool showError=true)
 
virtual PViewDatagetPossiblyAdaptiveData (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 StringXStringgetOptionStr (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
 

Detailed Description

Definition at line 15 of file Isosurface.h.

Constructor & Destructor Documentation

◆ GMSH_IsosurfacePlugin()

GMSH_IsosurfacePlugin::GMSH_IsosurfacePlugin ( )
inline

Definition at line 19 of file Isosurface.h.

Member Function Documentation

◆ callbackRecur()

double GMSH_IsosurfacePlugin::callbackRecur ( int  num,
int  action,
double  value 
)
static

Definition at line 56 of file Isosurface.cpp.

◆ callbackTarget()

double GMSH_IsosurfacePlugin::callbackTarget ( int  num,
int  action,
double  value 
)
static

Definition at line 67 of file Isosurface.cpp.

◆ callbackValue()

double GMSH_IsosurfacePlugin::callbackValue ( int  num,
int  action,
double  value 
)
static

Definition at line 25 of file Isosurface.cpp.

◆ callbackVol()

double GMSH_IsosurfacePlugin::callbackVol ( int  num,
int  action,
double  value 
)
static

Definition at line 45 of file Isosurface.cpp.

◆ execute()

PView * GMSH_IsosurfacePlugin::execute ( PView v)
virtual

Reimplemented from GMSH_LevelsetPlugin.

Definition at line 116 of file Isosurface.cpp.

Here is the call graph for this function:

◆ getHelp()

std::string GMSH_IsosurfacePlugin::getHelp ( ) const
virtual

Implements GMSH_Plugin.

Definition at line 78 of file Isosurface.cpp.

◆ getName()

std::string GMSH_IsosurfacePlugin::getName ( ) const
inlinevirtual

Implements GMSH_Plugin.

Definition at line 21 of file Isosurface.h.

◆ getNbOptions()

int GMSH_IsosurfacePlugin::getNbOptions ( ) const
virtual

Reimplemented from GMSH_Plugin.

Definition at line 97 of file Isosurface.cpp.

◆ getOption()

StringXNumber * GMSH_IsosurfacePlugin::getOption ( int  iopt)
virtual

Reimplemented from GMSH_Plugin.

Definition at line 102 of file Isosurface.cpp.

◆ getShortHelp()

std::string GMSH_IsosurfacePlugin::getShortHelp ( ) const
inlinevirtual

Implements GMSH_Plugin.

Definition at line 20 of file Isosurface.h.

◆ levelset()

double GMSH_IsosurfacePlugin::levelset ( double  x,
double  y,
double  z,
double  val 
) const
privatevirtual

Implements GMSH_LevelsetPlugin.

Definition at line 107 of file Isosurface.cpp.


The documentation for this class was generated from the following files: