gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
BoundaryAngles.cpp File Reference
#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>
Include dependency graph for BoundaryAngles.cpp:

Go to the source code of this file.

Classes

struct  Less_EdgeEle
 

Functions

GMSH_PluginGMSH_RegisterBoundaryAnglesPlugin ()
 

Variables

StringXNumber BoundaryAnglesOptions_Number []
 
StringXString BoundaryAnglesOptions_String []
 

Function Documentation

◆ GMSH_RegisterBoundaryAnglesPlugin()

GMSH_Plugin* GMSH_RegisterBoundaryAnglesPlugin ( )

Definition at line 33 of file BoundaryAngles.cpp.

Referenced by PluginManager::registerDefaultPlugins().

Here is the caller graph for this function:

Variable Documentation

◆ BoundaryAnglesOptions_Number

StringXNumber BoundaryAnglesOptions_Number[]
Initial value:
= {
{GMSH_FULLRC, "View", nullptr, -1.},
{GMSH_FULLRC, "Save", nullptr, 0.},
{GMSH_FULLRC, "Visible", nullptr, 0.},
{GMSH_FULLRC, "Remove", nullptr, 0.},
}

Definition at line 20 of file BoundaryAngles.cpp.

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

◆ BoundaryAnglesOptions_String

StringXString BoundaryAnglesOptions_String[]
Initial value:
= {
{GMSH_FULLRC, "Filename", nullptr, "Angles_Surface"},
{GMSH_FULLRC, "Dir", nullptr, ""},
}

Definition at line 27 of file BoundaryAngles.cpp.

Referenced by GMSH_BoundaryAnglesPlugin::execute(), GMSH_BoundaryAnglesPlugin::getNbOptionsStr(), and GMSH_BoundaryAnglesPlugin::getOptionStr().

GMSH_FULLRC
#define GMSH_FULLRC
Definition: Options.h:20