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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterModulusPhasePlugin ()
 

Variables

StringXNumber ModulusPhaseOptions_Number []
 

Function Documentation

◆ GMSH_RegisterModulusPhasePlugin()

GMSH_Plugin* GMSH_RegisterModulusPhasePlugin ( )

Definition at line 14 of file ModulusPhase.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ ModulusPhaseOptions_Number

StringXNumber ModulusPhaseOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "RealPart", nullptr, 0.},
{GMSH_FULLRC, "ImaginaryPart", nullptr, 1.},
{GMSH_FULLRC, "View", nullptr, -1.}}

Definition at line 8 of file ModulusPhase.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20