gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GaussPoints.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 GAUSS_POINTS_H
7 #define GAUSS_POINTS_H
8 
9 #include "Plugin.h"
10 
11 extern "C" {
13 }
14 
16 public:
18  std::string getName() const { return "GaussPoints"; }
19  std::string getShortHelp() const { return "Gauss points"; }
20  std::string getHelp() const;
21  int getNbOptions() const;
22  StringXNumber *getOption(int iopt);
23  PView *execute(PView *);
24 };
25 
26 #endif
GMSH_GaussPointsPlugin::getShortHelp
std::string getShortHelp() const
Definition: GaussPoints.h:19
PView
Definition: PView.h:27
Plugin.h
GMSH_Plugin
Definition: Plugin.h:26
StringXNumber
Definition: Options.h:918
GMSH_GaussPointsPlugin::getOption
StringXNumber * getOption(int iopt)
Definition: GaussPoints.cpp:28
GMSH_RegisterGaussPointsPlugin
GMSH_Plugin * GMSH_RegisterGaussPointsPlugin()
Definition: GaussPoints.cpp:17
GMSH_GaussPointsPlugin::getNbOptions
int getNbOptions() const
Definition: GaussPoints.cpp:23
GMSH_GaussPointsPlugin
Definition: GaussPoints.h:15
GMSH_GaussPointsPlugin::execute
PView * execute(PView *)
Definition: GaussPoints.cpp:41
GMSH_PostPlugin
Definition: Plugin.h:83
GMSH_GaussPointsPlugin::getName
std::string getName() const
Definition: GaussPoints.h:18
GMSH_GaussPointsPlugin::GMSH_GaussPointsPlugin
GMSH_GaussPointsPlugin()
Definition: GaussPoints.h:17
GMSH_GaussPointsPlugin::getHelp
std::string getHelp() const
Definition: GaussPoints.cpp:33