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