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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterInvisiblePlugin ()
 

Variables

StringXNumber InvisibleOptions_Number []
 

Function Documentation

◆ GMSH_RegisterInvisiblePlugin()

GMSH_Plugin* GMSH_RegisterInvisiblePlugin ( )

Definition at line 21 of file Invisible.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ InvisibleOptions_Number

StringXNumber InvisibleOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "DeleteElements", nullptr, 1.},
{GMSH_FULLRC, "ReverseElements", nullptr, 0.},
{GMSH_FULLRC, "XMin", nullptr, 0.},
{GMSH_FULLRC, "YMin", nullptr, 0.},
{GMSH_FULLRC, "ZMin", nullptr, 0.},
{GMSH_FULLRC, "XMax", nullptr, 0.},
{GMSH_FULLRC, "YMax", nullptr, 0.},
{GMSH_FULLRC, "ZMax", nullptr, 0.}
}

Definition at line 9 of file Invisible.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20