gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Scal2Vec.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 SCAL2VEC_H
7 #define SCAL2VEC_H
8 
9 #include "Plugin.h"
10 
11 extern "C" {
13 }
14 
16 public:
18  std::string getName() const { return "Scal2Vec"; }
19  std::string getShortHelp() const
20  {
21  return "Convert some scalar fields into a vector field";
22  }
23  std::string getHelp() const;
24  int getNbOptions() const;
25  StringXNumber *getOption(int iopt);
26  int getNbOptionsStr() const;
27  StringXString *getOptionStr(int iopt);
28  PView *execute(PView *);
29 };
30 
31 #endif
StringXString
Definition: Options.h:910
PView
Definition: PView.h:27
GMSH_Scal2VecPlugin::execute
PView * execute(PView *)
Definition: Scal2Vec.cpp:49
Plugin.h
GMSH_Scal2VecPlugin::getShortHelp
std::string getShortHelp() const
Definition: Scal2Vec.h:19
GMSH_Plugin
Definition: Plugin.h:26
StringXNumber
Definition: Options.h:918
GMSH_Scal2VecPlugin::getOption
StringXNumber * getOption(int iopt)
Definition: Scal2Vec.cpp:34
GMSH_RegisterScal2VecPlugin
GMSH_Plugin * GMSH_RegisterScal2VecPlugin()
Definition: Scal2Vec.cpp:18
GMSH_Scal2VecPlugin::getName
std::string getName() const
Definition: Scal2Vec.h:18
GMSH_Scal2VecPlugin::GMSH_Scal2VecPlugin
GMSH_Scal2VecPlugin()
Definition: Scal2Vec.h:17
GMSH_PostPlugin
Definition: Plugin.h:83
GMSH_Scal2VecPlugin
Definition: Scal2Vec.h:15
GMSH_Scal2VecPlugin::getOptionStr
StringXString * getOptionStr(int iopt)
Definition: Scal2Vec.cpp:44
GMSH_Scal2VecPlugin::getHelp
std::string getHelp() const
Definition: Scal2Vec.cpp:21
GMSH_Scal2VecPlugin::getNbOptionsStr
int getNbOptionsStr() const
Definition: Scal2Vec.cpp:39
GMSH_Scal2VecPlugin::getNbOptions
int getNbOptions() const
Definition: Scal2Vec.cpp:29