|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "GmshConfig.h"#include "GmshDefines.h"#include "Summation.h"#include "OctreePost.h"#include "GEntity.h"#include <algorithm>
Go to the source code of this file.
Functions | |
| GMSH_Plugin * | GMSH_RegisterSummationPlugin () |
Variables | |
| StringXNumber | SummationOptions_Number [] |
| StringXString | SummationOptions_String [] |
| GMSH_Plugin* GMSH_RegisterSummationPlugin | ( | ) |
Definition at line 23 of file Summation.cpp.
Referenced by PluginManager::registerDefaultPlugins().

| StringXNumber SummationOptions_Number[] |
Definition at line 13 of file Summation.cpp.
Referenced by GMSH_SummationPlugin::execute(), GMSH_SummationPlugin::getNbOptions(), and GMSH_SummationPlugin::getOption().
| StringXString SummationOptions_String[] |
Definition at line 19 of file Summation.cpp.
Referenced by GMSH_SummationPlugin::execute(), GMSH_SummationPlugin::getNbOptionsStr(), and GMSH_SummationPlugin::getOptionStr().