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

#include <ScalingPlugin.h>

Inheritance diagram for FEVV::ScalingPlugin:
Inheritance graph
Collaboration diagram for FEVV::ScalingPlugin:
Collaboration graph

Signals

void resetSignal ()
 

Public Member Functions

 ScalingPlugin ()=default
 
 ~ScalingPlugin ()=default
 
void init () override
 
void init (double _x, double _y, double _z)
 
void reset () override
 
void addParameters (BaseWindow *_window) override
 
template<typename HalfedgeGraph >
void scale (HalfedgeGraph *_mesh)
 
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 = new double(0.0)
 
double * value_y = new double(0.0)
 
double * value_z = new double(0.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 50 of file ScalingPlugin.h.

Constructor & Destructor Documentation

◆ ScalingPlugin()

FEVV::ScalingPlugin::ScalingPlugin ( )
default

◆ ~ScalingPlugin()

FEVV::ScalingPlugin::~ScalingPlugin ( )
default

Member Function Documentation

◆ addParameters()

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

Implements FEVV::BasePlugin.

Definition at line 83 of file ScalingPlugin.h.

Here is the call graph for this function:

◆ applyHG()

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

Definition at line 117 of file ScalingPlugin.h.

Here is the call graph for this function:

◆ Generic_plugin()

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

Implements FEVV::Generic_PluginInterface.

Definition at line 210 of file ScalingPlugin.h.

Here is the call graph for this function:

◆ Generic_plugins()

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

Implements FEVV::Generic_PluginInterface.

Definition at line 205 of file ScalingPlugin.h.

◆ init() [1/2]

void FEVV::ScalingPlugin::init ( )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 67 of file ScalingPlugin.h.

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

◆ init() [2/2]

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

Definition at line 69 of file ScalingPlugin.h.

◆ reset()

void FEVV::ScalingPlugin::reset ( void  )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 76 of file ScalingPlugin.h.

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

◆ resetSignal

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

◆ scale()

template<typename HalfedgeGraph >
void FEVV::ScalingPlugin::scale ( HalfedgeGraph *  _mesh)
inline

Definition at line 98 of file ScalingPlugin.h.

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

Member Data Documentation

◆ value_x

double* FEVV::ScalingPlugin::value_x = new double(0.0)
protected

Definition at line 224 of file ScalingPlugin.h.

◆ value_y

double* FEVV::ScalingPlugin::value_y = new double(0.0)
protected

Definition at line 225 of file ScalingPlugin.h.

◆ value_z

double* FEVV::ScalingPlugin::value_z = new double(0.0)
protected

Definition at line 226 of file ScalingPlugin.h.


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