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

#include <progressivedecompression_plugin.h>

Inheritance diagram for FEVV::ProgressiveDecompressionPlugin:
Inheritance graph
Collaboration diagram for FEVV::ProgressiveDecompressionPlugin:
Collaboration graph

Signals

void resetSignal ()
 

Public Member Functions

 ProgressiveDecompressionPlugin ()=default
 
 ~ProgressiveDecompressionPlugin ()=default
 
void init () override
 
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)
 
void apply (BaseAdapterVisu *_adapter, void *, FEVV::PMapsContainer *) override
 
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::BasePlugin
 BasePlugin ()=default
 
 ~BasePlugin ()=default
 

Protected Attributes

std::string mesh_binary_path =""
 
- 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 progressivedecompression_plugin.h.

Constructor & Destructor Documentation

◆ ProgressiveDecompressionPlugin()

FEVV::ProgressiveDecompressionPlugin::ProgressiveDecompressionPlugin ( )
default

◆ ~ProgressiveDecompressionPlugin()

FEVV::ProgressiveDecompressionPlugin::~ProgressiveDecompressionPlugin ( )
default

Member Function Documentation

◆ addParameters()

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

Implements FEVV::BasePlugin.

Definition at line 76 of file progressivedecompression_plugin.h.

Here is the call graph for this function:

◆ apply()

void FEVV::ProgressiveDecompressionPlugin::apply ( BaseAdapterVisu _adapter,
void *  ,
FEVV::PMapsContainer  
)
inlineoverridevirtual

Reimplemented from FEVV::BasePluginQt.

Definition at line 239 of file progressivedecompression_plugin.h.

Here is the call graph for this function:

◆ applyHG()

template<typename HalfedgeGraph >
void FEVV::ProgressiveDecompressionPlugin::applyHG ( BaseAdapterVisu _adapter)
inline

Definition at line 171 of file progressivedecompression_plugin.h.

Here is the call graph for this function:

◆ Generic_plugin()

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

Implements FEVV::Generic_PluginInterface.

Definition at line 288 of file progressivedecompression_plugin.h.

Here is the call graph for this function:

◆ Generic_plugins()

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

Implements FEVV::Generic_PluginInterface.

Definition at line 283 of file progressivedecompression_plugin.h.

◆ init()

void FEVV::ProgressiveDecompressionPlugin::init ( )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 67 of file progressivedecompression_plugin.h.

Here is the caller graph for this function:

◆ process()

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

Definition at line 87 of file progressivedecompression_plugin.h.

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

◆ reset()

void FEVV::ProgressiveDecompressionPlugin::reset ( void  )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 69 of file progressivedecompression_plugin.h.

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

◆ resetSignal

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

Member Data Documentation

◆ mesh_binary_path

std::string FEVV::ProgressiveDecompressionPlugin::mesh_binary_path =""
protected

Definition at line 309 of file progressivedecompression_plugin.h.


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