gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
CurvedBndDist.h
Go to the documentation of this file.
1 // Gmsh - Copyright (C) 1997-2022 C. Geuzaine, J.-F. Remacle
2 //
3 // See the LICENSE.txt file in the Gmsh root directory for license information.
4 // Please report all issues on https://gitlab.onelab.info/gmsh/gmsh/issues.
5 
6 #ifndef CURVEDBNDDIST_H
7 #define CURVEDBNDDIST_H
8 
9 #include "Plugin.h"
10 
11 extern "C" {
13 }
14 
16 public:
18  std::string getName() const { return "CurvedBndDist"; }
19  std::string getShortHelp() const
20  {
21  return "Compute distance to curved boundary";
22  }
23  std::string getHelp() const;
24  std::string getAuthor() const { return "Jonathan Lambrechts"; }
25  PView *execute(PView *);
26 };
27 #endif
PView
Definition: PView.h:27
Plugin.h
GMSH_CurvedBndDistPlugin::getShortHelp
std::string getShortHelp() const
Definition: CurvedBndDist.h:19
GMSH_Plugin
Definition: Plugin.h:26
GMSH_CurvedBndDistPlugin::getName
std::string getName() const
Definition: CurvedBndDist.h:18
GMSH_CurvedBndDistPlugin::execute
PView * execute(PView *)
Definition: CurvedBndDist.cpp:137
GMSH_CurvedBndDistPlugin::getAuthor
std::string getAuthor() const
Definition: CurvedBndDist.h:24
GMSH_CurvedBndDistPlugin::GMSH_CurvedBndDistPlugin
GMSH_CurvedBndDistPlugin()
Definition: CurvedBndDist.h:17
GMSH_CurvedBndDistPlugin::getHelp
std::string getHelp() const
Definition: CurvedBndDist.cpp:26
GMSH_CurvedBndDistPlugin
Definition: CurvedBndDist.h:15
GMSH_PostPlugin
Definition: Plugin.h:83
GMSH_RegisterCurvedBndDistPlugin
GMSH_Plugin * GMSH_RegisterCurvedBndDistPlugin()
Definition: CurvedBndDist.cpp:20