|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include "GmshConfig.h"#include "Context.h"#include "OS.h"#include "StringUtils.h"#include "PViewOptions.h"#include "BoundaryAngles.h"#include "GModel.h"#include "discreteEdge.h"#include "MLine.h"#include <cstring>#include <algorithm>#include <string>#include <vector>
Go to the source code of this file.
Classes | |
| struct | Less_EdgeEle |
Functions | |
| GMSH_Plugin * | GMSH_RegisterBoundaryAnglesPlugin () |
Variables | |
| StringXNumber | BoundaryAnglesOptions_Number [] |
| StringXString | BoundaryAnglesOptions_String [] |
| GMSH_Plugin* GMSH_RegisterBoundaryAnglesPlugin | ( | ) |
Definition at line 33 of file BoundaryAngles.cpp.
Referenced by PluginManager::registerDefaultPlugins().

| StringXNumber BoundaryAnglesOptions_Number[] |
Definition at line 20 of file BoundaryAngles.cpp.
Referenced by GMSH_BoundaryAnglesPlugin::execute(), GMSH_BoundaryAnglesPlugin::getNbOptions(), and GMSH_BoundaryAnglesPlugin::getOption().
| StringXString BoundaryAnglesOptions_String[] |
Definition at line 27 of file BoundaryAngles.cpp.
Referenced by GMSH_BoundaryAnglesPlugin::execute(), GMSH_BoundaryAnglesPlugin::getNbOptionsStr(), and GMSH_BoundaryAnglesPlugin::getOptionStr().