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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterExtractEdgesPlugin ()
 

Variables

StringXNumber ExtractEdgesOptions_Number []
 

Function Documentation

◆ GMSH_RegisterExtractEdgesPlugin()

GMSH_Plugin* GMSH_RegisterExtractEdgesPlugin ( )

Definition at line 20 of file ExtractEdges.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ ExtractEdgesOptions_Number

StringXNumber ExtractEdgesOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "Angle", nullptr, 40.},
{GMSH_FULLRC, "IncludeBoundary", nullptr, 1.},
}

Definition at line 14 of file ExtractEdges.cpp.

Referenced by GMSH_ExtractEdgesPlugin::getNbOptions(), and GMSH_ExtractEdgesPlugin::getOption().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20