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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterScal2TensPlugin ()
 

Variables

StringXNumber Scal2TensOptions_Number []
 
StringXString Scal2TensOptions_String []
 

Function Documentation

◆ GMSH_RegisterScal2TensPlugin()

GMSH_Plugin* GMSH_RegisterScal2TensPlugin ( )

Definition at line 26 of file Scal2Tens.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ Scal2TensOptions_Number

StringXNumber Scal2TensOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "NumberOfComponents", nullptr, 9},
{GMSH_FULLRC, "View0", nullptr, -1},
{GMSH_FULLRC, "View1", nullptr, -1},
{GMSH_FULLRC, "View2", nullptr, -1},
{GMSH_FULLRC, "View3", nullptr, -1},
{GMSH_FULLRC, "View4", nullptr, -1},
{GMSH_FULLRC, "View5", nullptr, -1},
{GMSH_FULLRC, "View6", nullptr, -1},
{GMSH_FULLRC, "View7", nullptr, -1},
{GMSH_FULLRC, "View8", nullptr, -1}}

Definition at line 10 of file Scal2Tens.cpp.

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

◆ Scal2TensOptions_String

StringXString Scal2TensOptions_String[]
Initial value:
= {
{GMSH_FULLRC, "NameNewView", nullptr, "NewView"}}

Definition at line 22 of file Scal2Tens.cpp.

Referenced by GMSH_Scal2TensPlugin::execute(), GMSH_Scal2TensPlugin::getNbOptionsStr(), and GMSH_Scal2TensPlugin::getOptionStr().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20