MEPP2 Project
Signals | Public Member Functions | Protected Attributes | List of all members
FEVV::HelloworldPlugin Class Reference

#include <helloworld_plugin.h>

Inheritance diagram for FEVV::HelloworldPlugin:
Inheritance graph
Collaboration diagram for FEVV::HelloworldPlugin:
Collaboration graph

Signals

void resetSignal ()
 

Public Member Functions

 HelloworldPlugin ()=default
 
 ~HelloworldPlugin ()=default
 
void init () override
 
void init (double _x, double _y, double _z)
 
void reset () override
 
void addParameters (BaseWindow *_window) override
 
template<typename HalfedgeGraph >
void process (HalfedgeGraph *_mesh, FEVV::PMapsContainer *pmaps_bag)
 
template<typename HalfedgeGraph >
void applyHG (BaseAdapterVisu *_adapter, HalfedgeGraph *_mesh, FEVV::PMapsContainer *pmaps_bag)
 
QStringList Generic_plugins () const override
 
bool Generic_plugin (const QString &) override
 
- Public Member Functions inherited from FEVV::Generic_PluginInterface
virtual ~Generic_PluginInterface ()
 
virtual void init (BaseWindowQt *bwQt)
 
- Public Member Functions inherited from FEVV::BasePluginQt
virtual void apply (BaseAdapterVisu *, void *, FEVV::PMapsContainer *) override
 
- Public Member Functions inherited from FEVV::BasePlugin
 BasePlugin ()=default
 
 ~BasePlugin ()=default
 

Protected Attributes

double value_x = 0
 
double value_y = 0
 
double value_z = 0
 
- Protected Attributes inherited from FEVV::Generic_PluginInterface
BaseWindowQtbaseWindowQt
 the BaseWindowQt pointer More...
 
- Protected Attributes inherited from FEVV::BasePlugin
BaseWindowwindow = nullptr
 

Detailed Description

Definition at line 51 of file helloworld_plugin.h.

Constructor & Destructor Documentation

◆ HelloworldPlugin()

FEVV::HelloworldPlugin::HelloworldPlugin ( )
default

◆ ~HelloworldPlugin()

FEVV::HelloworldPlugin::~HelloworldPlugin ( )
default

Member Function Documentation

◆ addParameters()

void FEVV::HelloworldPlugin::addParameters ( BaseWindow _window)
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 84 of file helloworld_plugin.h.

Here is the call graph for this function:

◆ applyHG()

template<typename HalfedgeGraph >
void FEVV::HelloworldPlugin::applyHG ( BaseAdapterVisu _adapter,
HalfedgeGraph *  _mesh,
FEVV::PMapsContainer pmaps_bag 
)
inline

Definition at line 148 of file helloworld_plugin.h.

Here is the call graph for this function:

◆ Generic_plugin()

bool FEVV::HelloworldPlugin::Generic_plugin ( const QString &  )
inlineoverridevirtual

Implements FEVV::Generic_PluginInterface.

Definition at line 228 of file helloworld_plugin.h.

Here is the call graph for this function:

◆ Generic_plugins()

QStringList FEVV::HelloworldPlugin::Generic_plugins ( ) const
inlineoverridevirtual

Implements FEVV::Generic_PluginInterface.

Definition at line 222 of file helloworld_plugin.h.

◆ init() [1/2]

void FEVV::HelloworldPlugin::init ( )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 68 of file helloworld_plugin.h.

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

◆ init() [2/2]

void FEVV::HelloworldPlugin::init ( double  _x,
double  _y,
double  _z 
)
inline

Definition at line 70 of file helloworld_plugin.h.

◆ process()

template<typename HalfedgeGraph >
void FEVV::HelloworldPlugin::process ( HalfedgeGraph *  _mesh,
FEVV::PMapsContainer pmaps_bag 
)
inline

Definition at line 95 of file helloworld_plugin.h.

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

◆ reset()

void FEVV::HelloworldPlugin::reset ( void  )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 77 of file helloworld_plugin.h.

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

◆ resetSignal

void FEVV::HelloworldPlugin::resetSignal ( )
signal
Here is the caller graph for this function:

Member Data Documentation

◆ value_x

double FEVV::HelloworldPlugin::value_x = 0
protected

Definition at line 249 of file helloworld_plugin.h.

◆ value_y

double FEVV::HelloworldPlugin::value_y = 0
protected

Definition at line 250 of file helloworld_plugin.h.

◆ value_z

double FEVV::HelloworldPlugin::value_z = 0
protected

Definition at line 251 of file helloworld_plugin.h.


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