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

Go to the source code of this file.

Functions

GMSH_PluginGMSH_RegisterMakeSimplexPlugin ()
 
static void decomposeList (PViewDataList *data, int nbNod, int nbComp, std::vector< double > &listIn, int *nbIn, std::vector< double > &listOut, int *nbOut)
 

Variables

StringXNumber MakeSimplexOptions_Number []
 

Function Documentation

◆ decomposeList()

static void decomposeList ( PViewDataList data,
int  nbNod,
int  nbComp,
std::vector< double > &  listIn,
int *  nbIn,
std::vector< double > &  listOut,
int *  nbOut 
)
static

Definition at line 37 of file MakeSimplex.cpp.

Referenced by GMSH_MakeSimplexPlugin::execute().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ GMSH_RegisterMakeSimplexPlugin()

GMSH_Plugin* GMSH_RegisterMakeSimplexPlugin ( )

Definition at line 12 of file MakeSimplex.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ MakeSimplexOptions_Number

StringXNumber MakeSimplexOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "View", nullptr, -1.}}

Definition at line 8 of file MakeSimplex.cpp.

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

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20