gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GMSH_SimplePartitionPlugin Class Reference

#include <SimplePartition.h>

Inheritance diagram for GMSH_SimplePartitionPlugin:
Collaboration diagram for GMSH_SimplePartitionPlugin:

Public Member Functions

 GMSH_SimplePartitionPlugin ()
 
std::string getName () const
 
std::string getShortHelp () const
 
std::string getHelp () const
 
int getNbOptions () const
 
StringXNumbergetOption (int iopt)
 
int getNbOptionsStr () const
 
StringXStringgetOptionStr (int iopt)
 
int run ()
 
- Public Member Functions inherited from GMSH_Plugin
 GMSH_Plugin ()
 
virtual ~GMSH_Plugin ()
 
virtual std::string getAuthor () const
 
virtual std::string getCopyright () const
 
virtual void catchErrorMessage (char *errorMessage) const
 
std::string serialize ()
 

Additional Inherited Members

- Public Types inherited from GMSH_Plugin
enum  GMSH_PLUGIN_TYPE { GMSH_CAD_PLUGIN, GMSH_MESH_PLUGIN, GMSH_POST_PLUGIN, GMSH_SOLVER_PLUGIN }
 
- Static Public Member Functions inherited from GMSH_Plugin
static void setDrawFunction (void(*fct)(void *))
 
- Public Attributes inherited from GMSH_Plugin
PluginDialogBox * dialogBox
 
void * hlib
 
- Static Public Attributes inherited from GMSH_Plugin
static void(* draw )(void *) = nullptr
 

Detailed Description

Definition at line 15 of file SimplePartition.h.

Constructor & Destructor Documentation

◆ GMSH_SimplePartitionPlugin()

GMSH_SimplePartitionPlugin::GMSH_SimplePartitionPlugin ( )
inline

Definition at line 17 of file SimplePartition.h.

Member Function Documentation

◆ getHelp()

std::string GMSH_SimplePartitionPlugin::getHelp ( ) const
virtual

Implements GMSH_Plugin.

Definition at line 43 of file SimplePartition.cpp.

◆ getName()

std::string GMSH_SimplePartitionPlugin::getName ( ) const
inlinevirtual

Implements GMSH_Plugin.

Definition at line 18 of file SimplePartition.h.

◆ getNbOptions()

int GMSH_SimplePartitionPlugin::getNbOptions ( ) const
virtual

Reimplemented from GMSH_Plugin.

Definition at line 53 of file SimplePartition.cpp.

◆ getNbOptionsStr()

int GMSH_SimplePartitionPlugin::getNbOptionsStr ( ) const
virtual

Reimplemented from GMSH_Plugin.

Definition at line 63 of file SimplePartition.cpp.

◆ getOption()

StringXNumber * GMSH_SimplePartitionPlugin::getOption ( int  iopt)
virtual

Reimplemented from GMSH_Plugin.

Definition at line 58 of file SimplePartition.cpp.

◆ getOptionStr()

StringXString * GMSH_SimplePartitionPlugin::getOptionStr ( int  iopt)
virtual

Reimplemented from GMSH_Plugin.

Definition at line 68 of file SimplePartition.cpp.

◆ getShortHelp()

std::string GMSH_SimplePartitionPlugin::getShortHelp ( ) const
inlinevirtual

Implements GMSH_Plugin.

Definition at line 19 of file SimplePartition.h.

◆ run()

int GMSH_SimplePartitionPlugin::run ( )
virtual

Reimplemented from GMSH_MeshPlugin.

Definition at line 73 of file SimplePartition.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: