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

#include <point_cloud_curvature_plugin.h>

Inheritance diagram for FEVV::PointCloudCurvaturePlugin:
Inheritance graph
Collaboration diagram for FEVV::PointCloudCurvaturePlugin:
Collaboration graph

Signals

void resetSignal ()
 

Public Member Functions

 PointCloudCurvaturePlugin ()=default
 
 ~PointCloudCurvaturePlugin ()=default
 
void init () override
 
void reset () override
 
void addParameters (BaseWindow *_window) override
 
template<typename HalfedgeGraph >
void process (HalfedgeGraph *pc, 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

unsigned int m_k
 
double m_radius
 
bool m_knn_search
 
- 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 point_cloud_curvature_plugin.h.

Constructor & Destructor Documentation

◆ PointCloudCurvaturePlugin()

FEVV::PointCloudCurvaturePlugin::PointCloudCurvaturePlugin ( )
default

◆ ~PointCloudCurvaturePlugin()

FEVV::PointCloudCurvaturePlugin::~PointCloudCurvaturePlugin ( )
default

Member Function Documentation

◆ addParameters()

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

Implements FEVV::BasePlugin.

Definition at line 87 of file point_cloud_curvature_plugin.h.

Here is the call graph for this function:

◆ applyHG()

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

Definition at line 132 of file point_cloud_curvature_plugin.h.

Here is the call graph for this function:

◆ Generic_plugin()

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

Implements FEVV::Generic_PluginInterface.

Definition at line 230 of file point_cloud_curvature_plugin.h.

Here is the call graph for this function:

◆ Generic_plugins()

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

Implements FEVV::Generic_PluginInterface.

Definition at line 224 of file point_cloud_curvature_plugin.h.

◆ init()

void FEVV::PointCloudCurvaturePlugin::init ( )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 73 of file point_cloud_curvature_plugin.h.

Here is the caller graph for this function:

◆ process()

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

Definition at line 98 of file point_cloud_curvature_plugin.h.

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

◆ reset()

void FEVV::PointCloudCurvaturePlugin::reset ( void  )
inlineoverridevirtual

Implements FEVV::BasePlugin.

Definition at line 80 of file point_cloud_curvature_plugin.h.

Here is the call graph for this function:

◆ resetSignal

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

Member Data Documentation

◆ m_k

unsigned int FEVV::PointCloudCurvaturePlugin::m_k
protected

Definition at line 251 of file point_cloud_curvature_plugin.h.

◆ m_knn_search

bool FEVV::PointCloudCurvaturePlugin::m_knn_search
protected

Definition at line 253 of file point_cloud_curvature_plugin.h.

◆ m_radius

double FEVV::PointCloudCurvaturePlugin::m_radius
protected

Definition at line 252 of file point_cloud_curvature_plugin.h.


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