gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <vector>
#include <algorithm>
#include "GmshConfig.h"
#include "ModifyComponents.h"
#include "OctreePost.h"
#include "mathEvaluator.h"
Go to the source code of this file.
Functions | |
GMSH_Plugin * | GMSH_RegisterModifyComponentsPlugin () |
Variables | |
StringXNumber | ModifyComponentsOptions_Number [] |
StringXString | ModifyComponentsOptions_String [] |
GMSH_Plugin* GMSH_RegisterModifyComponentsPlugin | ( | ) |
Definition at line 32 of file ModifyComponents.cpp.
Referenced by PluginManager::registerDefaultPlugins().
StringXNumber ModifyComponentsOptions_Number[] |
Definition at line 13 of file ModifyComponents.cpp.
Referenced by GMSH_ModifyComponentsPlugin::execute(), GMSH_ModifyComponentsPlugin::getNbOptions(), and GMSH_ModifyComponentsPlugin::getOption().
StringXString ModifyComponentsOptions_String[] |
Definition at line 20 of file ModifyComponents.cpp.
Referenced by GMSH_ModifyComponentsPlugin::execute(), GMSH_ModifyComponentsPlugin::getNbOptionsStr(), and GMSH_ModifyComponentsPlugin::getOptionStr().