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

#include <copy_graph_plugin.h>

Inheritance diagram for FEVV::CopyGraphPlugin:
Inheritance graph
Collaboration diagram for FEVV::CopyGraphPlugin:
Collaboration graph

Signals

void resetSignal ()
 

Public Member Functions

 CopyGraphPlugin ()=default
 
 ~CopyGraphPlugin ()=default
 
void init () override
 
void reset () override
 
void addParameters (BaseWindow *_window) override
 
template<typename HalfedgeGraphS , typename HalfedgeGraphT >
void process (const HalfedgeGraphS *_mesh, const FEVV::PMapsContainer *pmaps_bag)
 
template<typename HalfedgeGraphS , typename HalfedgeGraphT >
void applyHG (BaseAdapterVisu *_adapter, HalfedgeGraphS *_mesh, FEVV::PMapsContainer *pmaps_bag)
 
template<typename MeshT >
void apply_choose_output (BaseAdapterVisu *_adapter, MeshT *_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

void * m_output_mesh_void
 
FEVV::PMapsContainerm_output_pmaps_bag
 
- 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 56 of file copy_graph_plugin.h.

Constructor & Destructor Documentation

◆ CopyGraphPlugin()

FEVV::CopyGraphPlugin::CopyGraphPlugin ( )
default

◆ ~CopyGraphPlugin()

FEVV::CopyGraphPlugin::~CopyGraphPlugin ( )
default

Member Function Documentation

◆ addParameters()

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

Implements FEVV::BasePlugin.

Definition at line 86 of file copy_graph_plugin.h.

Here is the call graph for this function:

◆ apply_choose_output()

template<typename MeshT >
void FEVV::CopyGraphPlugin::apply_choose_output ( BaseAdapterVisu _adapter,
MeshT _mesh,
FEVV::PMapsContainer pmaps_bag 
)
inline

Definition at line 221 of file copy_graph_plugin.h.

Here is the call graph for this function:

◆ applyHG()

template<typename HalfedgeGraphS , typename HalfedgeGraphT >
void FEVV::CopyGraphPlugin::applyHG ( BaseAdapterVisu _adapter,
HalfedgeGraphS *  _mesh,
FEVV::PMapsContainer pmaps_bag 
)
inline

Definition at line 118 of file copy_graph_plugin.h.

Here is the call graph for this function:

◆ Generic_plugin()

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

Implements FEVV::Generic_PluginInterface.

Definition at line 288 of file copy_graph_plugin.h.

Here is the call graph for this function:

◆ Generic_plugins()

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

Implements FEVV::Generic_PluginInterface.

Definition at line 282 of file copy_graph_plugin.h.

◆ init()

void FEVV::CopyGraphPlugin::init ( )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 73 of file copy_graph_plugin.h.

Here is the caller graph for this function:

◆ process()

template<typename HalfedgeGraphS , typename HalfedgeGraphT >
void FEVV::CopyGraphPlugin::process ( const HalfedgeGraphS *  _mesh,
const FEVV::PMapsContainer pmaps_bag 
)
inline

Definition at line 98 of file copy_graph_plugin.h.

Here is the call graph for this function:

◆ reset()

void FEVV::CopyGraphPlugin::reset ( void  )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 79 of file copy_graph_plugin.h.

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

◆ resetSignal

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

Member Data Documentation

◆ m_output_mesh_void

void* FEVV::CopyGraphPlugin::m_output_mesh_void
protected

Definition at line 309 of file copy_graph_plugin.h.

◆ m_output_pmaps_bag

FEVV::PMapsContainer* FEVV::CopyGraphPlugin::m_output_pmaps_bag
protected

Definition at line 310 of file copy_graph_plugin.h.


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