gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
SphericalRaise.cpp File Reference
#include "SphericalRaise.h"
#include "Numeric.h"
Include dependency graph for SphericalRaise.cpp:

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterSphericalRaisePlugin ()
 

Variables

StringXNumber SphericalRaiseOptions_Number []
 

Function Documentation

◆ GMSH_RegisterSphericalRaisePlugin()

GMSH_Plugin* GMSH_RegisterSphericalRaisePlugin ( )

Definition at line 16 of file SphericalRaise.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ SphericalRaiseOptions_Number

StringXNumber SphericalRaiseOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "Xc", nullptr, 0.}, {GMSH_FULLRC, "Yc", nullptr, 0.},
{GMSH_FULLRC, "Zc", nullptr, 0.}, {GMSH_FULLRC, "Raise", nullptr, 1.},
{GMSH_FULLRC, "Offset", nullptr, 0.}, {GMSH_FULLRC, "TimeStep", nullptr, 0.},
{GMSH_FULLRC, "View", nullptr, -1.}}

Definition at line 9 of file SphericalRaise.cpp.

Referenced by GMSH_SphericalRaisePlugin::execute(), GMSH_SphericalRaisePlugin::getNbOptions(), and GMSH_SphericalRaisePlugin::getOption().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20