gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
6 #ifndef BOUNDARY_ANGLES_H
7 #define BOUNDARY_ANGLES_H
16 double levelset(
double x,
double y,
double z,
double val)
const;
17 static double callback(
int num,
int action,
double value,
double *opt);
22 std::string
getName()
const {
return "BoundaryAngles"; }
25 return "Compute angles on boundaries of 2D surface meshes";
28 std::string
getAuthor()
const {
return "Bertrand Thierry"; }
int getNbOptionsStr() const
StringXString * getOptionStr(int iopt)
std::string getHelp() const
GMSH_Plugin * GMSH_RegisterBoundaryAnglesPlugin()
double levelset(double x, double y, double z, double val) const
std::string getShortHelp() const
static double callback(int num, int action, double value, double *opt)
std::string getAuthor() const
StringXNumber * getOption(int iopt)
std::string getName() const
GMSH_BoundaryAnglesPlugin()