gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
ModulusPhase.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 MODULUS_PHASE_H
7
#define MODULUS_PHASE_H
8
9
#include "
Plugin.h
"
10
11
extern
"C"
{
12
GMSH_Plugin
*
GMSH_RegisterModulusPhasePlugin
();
13
}
14
15
class
GMSH_ModulusPhasePlugin
:
public
GMSH_PostPlugin
{
16
public
:
17
GMSH_ModulusPhasePlugin
() {}
18
std::string
getName
()
const
{
return
"ModulusPhase"
; }
19
std::string
getShortHelp
()
const
20
{
21
return
"Compute modulus/phase of a complex view"
;
22
}
23
std::string
getHelp
()
const
;
24
int
getNbOptions
()
const
;
25
StringXNumber
*
getOption
(
int
iopt);
26
PView
*
execute
(
PView
*);
27
};
28
29
#endif
PView
Definition:
PView.h:27
Plugin.h
GMSH_ModulusPhasePlugin::getShortHelp
std::string getShortHelp() const
Definition:
ModulusPhase.h:19
GMSH_Plugin
Definition:
Plugin.h:26
StringXNumber
Definition:
Options.h:918
GMSH_ModulusPhasePlugin::GMSH_ModulusPhasePlugin
GMSH_ModulusPhasePlugin()
Definition:
ModulusPhase.h:17
GMSH_ModulusPhasePlugin::getOption
StringXNumber * getOption(int iopt)
Definition:
ModulusPhase.cpp:36
GMSH_ModulusPhasePlugin::getHelp
std::string getHelp() const
Definition:
ModulusPhase.cpp:20
GMSH_ModulusPhasePlugin::getName
std::string getName() const
Definition:
ModulusPhase.h:18
GMSH_ModulusPhasePlugin::getNbOptions
int getNbOptions() const
Definition:
ModulusPhase.cpp:31
GMSH_RegisterModulusPhasePlugin
GMSH_Plugin * GMSH_RegisterModulusPhasePlugin()
Definition:
ModulusPhase.cpp:14
GMSH_PostPlugin
Definition:
Plugin.h:83
GMSH_ModulusPhasePlugin
Definition:
ModulusPhase.h:15
GMSH_ModulusPhasePlugin::execute
PView * execute(PView *)
Definition:
ModulusPhase.cpp:41
src
plugin
ModulusPhase.h
Generated by
1.8.18