gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
Remove.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 REMOVE_H
7
#define REMOVE_H
8
9
#include "
Plugin.h
"
10
11
extern
"C"
{
12
GMSH_Plugin
*
GMSH_RegisterRemovePlugin
();
13
}
14
15
class
GMSH_RemovePlugin
:
public
GMSH_PostPlugin
{
16
public
:
17
GMSH_RemovePlugin
() {}
18
std::string
getName
()
const
{
return
"Remove"
; }
19
std::string
getShortHelp
()
const
20
{
21
return
"Remove selected data from a 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
GMSH_RemovePlugin::getName
std::string getName() const
Definition:
Remove.h:18
Plugin.h
GMSH_Plugin
Definition:
Plugin.h:26
GMSH_RemovePlugin
Definition:
Remove.h:15
StringXNumber
Definition:
Options.h:918
GMSH_RemovePlugin::getShortHelp
std::string getShortHelp() const
Definition:
Remove.h:19
GMSH_RemovePlugin::GMSH_RemovePlugin
GMSH_RemovePlugin()
Definition:
Remove.h:17
GMSH_RemovePlugin::execute
PView * execute(PView *)
Definition:
Remove.cpp:45
GMSH_RemovePlugin::getNbOptions
int getNbOptions() const
Definition:
Remove.cpp:35
GMSH_RemovePlugin::getOption
StringXNumber * getOption(int iopt)
Definition:
Remove.cpp:40
GMSH_RemovePlugin::getHelp
std::string getHelp() const
Definition:
Remove.cpp:28
GMSH_RegisterRemovePlugin
GMSH_Plugin * GMSH_RegisterRemovePlugin()
Definition:
Remove.cpp:25
GMSH_PostPlugin
Definition:
Plugin.h:83
src
plugin
Remove.h
Generated by
1.8.18