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