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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterRemovePlugin ()
 

Variables

StringXNumber RemoveOptions_Number []
 

Function Documentation

◆ GMSH_RegisterRemovePlugin()

GMSH_Plugin* GMSH_RegisterRemovePlugin ( )

Definition at line 25 of file Remove.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ RemoveOptions_Number

StringXNumber RemoveOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "Text2D", nullptr, 1.},
{GMSH_FULLRC, "Text3D", nullptr, 1.},
{GMSH_FULLRC, "Points", nullptr, 0.},
{GMSH_FULLRC, "Lines", nullptr, 0.},
{GMSH_FULLRC, "Triangles", nullptr, 0.},
{GMSH_FULLRC, "Quadrangles", nullptr, 0.},
{GMSH_FULLRC, "Tetrahedra", nullptr, 0.},
{GMSH_FULLRC, "Hexahedra", nullptr, 0.},
{GMSH_FULLRC, "Prisms", nullptr, 0.},
{GMSH_FULLRC, "Pyramids", nullptr, 0.},
{GMSH_FULLRC, "Scalar", nullptr, 1.},
{GMSH_FULLRC, "Vector", nullptr, 1.},
{GMSH_FULLRC, "Tensor", nullptr, 1.},
{GMSH_FULLRC, "View", nullptr, -1.}}

Definition at line 8 of file Remove.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20