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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterIntegratePlugin ()
 

Variables

StringXNumber IntegrateOptions_Number []
 

Function Documentation

◆ GMSH_RegisterIntegratePlugin()

GMSH_Plugin* GMSH_RegisterIntegratePlugin ( )

Definition at line 17 of file Integrate.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ IntegrateOptions_Number

StringXNumber IntegrateOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "View", nullptr, -1.},
{GMSH_FULLRC, "OverTime", nullptr, -1.},
{GMSH_FULLRC, "Dimension", nullptr, -1.},
{GMSH_FULLRC, "Visible", nullptr, 1.}}

Definition at line 10 of file Integrate.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20