#include <CutSphere.h>
|
| static double | callbackX (int, int, double) |
| |
| static double | callbackY (int, int, double) |
| |
| static double | callbackZ (int, int, double) |
| |
| static double | callbackR (int, int, double) |
| |
| static double | callbackVol (int, int, double) |
| |
| static double | callbackRecur (int, int, double) |
| |
| static double | callbackTarget (int, int, double) |
| |
| static void | draw (void *context) |
| |
| static void | setDrawFunction (void(*fct)(void *)) |
| |
|
| double | levelset (double x, double y, double z, double val) const |
| |
|
| static double | callback (int num, int action, double value, double *opt, double step, double min, double max) |
| |
Definition at line 15 of file CutSphere.h.
◆ GMSH_CutSpherePlugin()
| GMSH_CutSpherePlugin::GMSH_CutSpherePlugin |
( |
| ) |
|
|
inline |
◆ callback()
| double GMSH_CutSpherePlugin::callback |
( |
int |
num, |
|
|
int |
action, |
|
|
double |
value, |
|
|
double * |
opt, |
|
|
double |
step, |
|
|
double |
min, |
|
|
double |
max |
|
) |
| |
|
staticprivate |
◆ callbackR()
| double GMSH_CutSpherePlugin::callbackR |
( |
int |
num, |
|
|
int |
action, |
|
|
double |
value |
|
) |
| |
|
static |
◆ callbackRecur()
| double GMSH_CutSpherePlugin::callbackRecur |
( |
int |
num, |
|
|
int |
action, |
|
|
double |
value |
|
) |
| |
|
static |
◆ callbackTarget()
| double GMSH_CutSpherePlugin::callbackTarget |
( |
int |
num, |
|
|
int |
action, |
|
|
double |
value |
|
) |
| |
|
static |
◆ callbackVol()
| double GMSH_CutSpherePlugin::callbackVol |
( |
int |
num, |
|
|
int |
action, |
|
|
double |
value |
|
) |
| |
|
static |
◆ callbackX()
| double GMSH_CutSpherePlugin::callbackX |
( |
int |
num, |
|
|
int |
action, |
|
|
double |
value |
|
) |
| |
|
static |
◆ callbackY()
| double GMSH_CutSpherePlugin::callbackY |
( |
int |
num, |
|
|
int |
action, |
|
|
double |
value |
|
) |
| |
|
static |
◆ callbackZ()
| double GMSH_CutSpherePlugin::callbackZ |
( |
int |
num, |
|
|
int |
action, |
|
|
double |
value |
|
) |
| |
|
static |
◆ draw()
| void GMSH_CutSpherePlugin::draw |
( |
void * |
context | ) |
|
|
static |
◆ execute()
| PView * GMSH_CutSpherePlugin::execute |
( |
PView * |
v | ) |
|
|
virtual |
◆ getHelp()
| std::string GMSH_CutSpherePlugin::getHelp |
( |
| ) |
const |
|
virtual |
◆ getName()
| std::string GMSH_CutSpherePlugin::getName |
( |
| ) |
const |
|
inlinevirtual |
◆ getNbOptions()
| int GMSH_CutSpherePlugin::getNbOptions |
( |
| ) |
const |
|
virtual |
◆ getOption()
◆ getShortHelp()
| std::string GMSH_CutSpherePlugin::getShortHelp |
( |
| ) |
const |
|
inlinevirtual |
◆ levelset()
| double GMSH_CutSpherePlugin::levelset |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
double |
val |
|
) |
| const |
|
privatevirtual |
The documentation for this class was generated from the following files: