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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterExtractElementsPlugin ()
 

Variables

StringXNumber ExtractElementsOptions_Number []
 

Function Documentation

◆ GMSH_RegisterExtractElementsPlugin()

GMSH_Plugin* GMSH_RegisterExtractElementsPlugin ( )

Definition at line 18 of file ExtractElements.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ ExtractElementsOptions_Number

StringXNumber ExtractElementsOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "MinVal", nullptr, 0.},
{GMSH_FULLRC, "MaxVal", nullptr, 0.},
{GMSH_FULLRC, "TimeStep", nullptr, 0.},
{GMSH_FULLRC, "Visible", nullptr, 1.},
{GMSH_FULLRC, "Dimension", nullptr, -1.},
{GMSH_FULLRC, "View", nullptr, -1.}}

Definition at line 9 of file ExtractElements.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20