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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterCutMeshPlugin ()
 

Variables

StringXNumber CutMeshOptions_Number []
 

Function Documentation

◆ GMSH_RegisterCutMeshPlugin()

GMSH_Plugin* GMSH_RegisterCutMeshPlugin ( )

Definition at line 15 of file CutMesh.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ CutMeshOptions_Number

StringXNumber CutMeshOptions_Number[]
Initial value:
= {{GMSH_FULLRC, "View", nullptr, -1.},
{GMSH_FULLRC, "Split", nullptr, 0.},
{GMSH_FULLRC, "SaveTri", nullptr, 0.}}

Definition at line 10 of file CutMesh.cpp.

Referenced by GMSH_CutMeshPlugin::getNbOptions(), GMSH_CutMeshPlugin::getOption(), and GMSH_CutMeshPlugin::run().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20