|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <vector>#include <fstream>#include <algorithm>#include "GmshConfig.h"#include "GModel.h"#include "GmshMessage.h"#include "MElement.h"#include "VoroMetal.h"
Go to the source code of this file.
Functions | |
| GMSH_Plugin * | GMSH_RegisterVoroMetalPlugin () |
Variables | |
| StringXNumber | VoroMetalOptions_Number [] |
| StringXString | VoroMetalOptions_String [] |
| GMSH_Plugin* GMSH_RegisterVoroMetalPlugin | ( | ) |
Definition at line 27 of file VoroMetal.cpp.
Referenced by PluginManager::registerDefaultPlugins().

| StringXNumber VoroMetalOptions_Number[] |
Definition at line 18 of file VoroMetal.cpp.
Referenced by GMSH_VoroMetalPlugin::getNbOptions(), and GMSH_VoroMetalPlugin::getOption().
| StringXString VoroMetalOptions_String[] |
Definition at line 22 of file VoroMetal.cpp.
Referenced by GMSH_VoroMetalPlugin::getNbOptionsStr(), and GMSH_VoroMetalPlugin::getOptionStr().