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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterShowNeighborElementsPlugin ()
 

Variables

StringXNumber ShowNeighborElementsOptions_Number []
 

Function Documentation

◆ GMSH_RegisterShowNeighborElementsPlugin()

GMSH_Plugin* GMSH_RegisterShowNeighborElementsPlugin ( )

Definition at line 27 of file ShowNeighborElements.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ ShowNeighborElementsOptions_Number

StringXNumber ShowNeighborElementsOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "NumLayers", nullptr, 1},
{GMSH_FULLRC, "Element1", nullptr, 0},
{GMSH_FULLRC, "Element2", nullptr, 0},
{GMSH_FULLRC, "Element3", nullptr, 0},
{GMSH_FULLRC, "Element4", nullptr, 0},
{GMSH_FULLRC, "Element5", nullptr, 0}}

Definition at line 18 of file ShowNeighborElements.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20