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

#include <NewView.h>

Inheritance diagram for GMSH_NewViewPlugin:
Collaboration diagram for GMSH_NewViewPlugin:

Public Member Functions

 GMSH_NewViewPlugin ()
 
std::string getName () const
 
std::string getShortHelp () const
 
std::string getHelp () const
 
int getNbOptions () const
 
StringXNumbergetOption (int iopt)
 
int getNbOptionsStr () const
 
StringXStringgetOptionStr (int iopt)
 
PViewexecute (PView *)
 
- Public Member Functions inherited from GMSH_PostPlugin
GMSH_PLUGIN_TYPE getType () const
 
virtual int run ()
 
virtual PViewexecuteRemote (PView *)
 
virtual PViewgetView (int index, PView *view)
 
virtual PViewDataListgetDataList (PView *view, bool showError=true)
 
virtual PViewDatagetPossiblyAdaptiveData (PView *view)
 
virtual void assignSpecificVisibility () const
 
virtual bool geometricalFilter (fullMatrix< double > *) const
 
- 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 ()
 

Private Member Functions

void nodeData (int numComp, double value, std::map< int, std::vector< double > > &d)
 
void elementData (int numComp, double value, std::map< int, std::vector< double > > &d, int phys)
 

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 NewView.h.

Constructor & Destructor Documentation

◆ GMSH_NewViewPlugin()

GMSH_NewViewPlugin::GMSH_NewViewPlugin ( )
inline

Definition at line 17 of file NewView.h.

Member Function Documentation

◆ elementData()

void GMSH_NewViewPlugin::elementData ( int  numComp,
double  value,
std::map< int, std::vector< double > > &  d,
int  phys 
)
private

Definition at line 100 of file NewView.cpp.

Referenced by execute().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ execute()

PView * GMSH_NewViewPlugin::execute ( PView v)
virtual

Implements GMSH_PostPlugin.

Definition at line 58 of file NewView.cpp.

Here is the call graph for this function:

◆ getHelp()

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

Implements GMSH_Plugin.

Definition at line 27 of file NewView.cpp.

◆ getName()

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

Implements GMSH_Plugin.

Definition at line 18 of file NewView.h.

◆ getNbOptions()

int GMSH_NewViewPlugin::getNbOptions ( ) const
virtual

Reimplemented from GMSH_Plugin.

Definition at line 38 of file NewView.cpp.

◆ getNbOptionsStr()

int GMSH_NewViewPlugin::getNbOptionsStr ( ) const
virtual

Reimplemented from GMSH_Plugin.

Definition at line 48 of file NewView.cpp.

◆ getOption()

StringXNumber * GMSH_NewViewPlugin::getOption ( int  iopt)
virtual

Reimplemented from GMSH_Plugin.

Definition at line 43 of file NewView.cpp.

◆ getOptionStr()

StringXString * GMSH_NewViewPlugin::getOptionStr ( int  iopt)
virtual

Reimplemented from GMSH_Plugin.

Definition at line 53 of file NewView.cpp.

◆ getShortHelp()

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

Implements GMSH_Plugin.

Definition at line 19 of file NewView.h.

◆ nodeData()

void GMSH_NewViewPlugin::nodeData ( int  numComp,
double  value,
std::map< int, std::vector< double > > &  d 
)
private

Definition at line 87 of file NewView.cpp.

Referenced by execute().

Here is the call graph for this function:
Here is the caller graph for this function:

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