Noether  0.0.0
Loading...
Searching...
No Matches
noether::NormalEstimationPCLMeshModifierWidget Class Reference
Inheritance diagram for noether::NormalEstimationPCLMeshModifierWidget:

Public Member Functions

 NormalEstimationPCLMeshModifierWidget (QWidget *parent=nullptr)
 
void configure (const YAML::Node &config) override
 Configures the elements of the widget from a YAML node.
 
void save (YAML::Node &config) const override
 Saves the configuration of the widget to a YAML node.
 
- Public Member Functions inherited from noether::BaseWidget
 BaseWidget (QWidget *parent=nullptr)
 

Protected Attributes

DistanceDoubleSpinBoxradius_
 
Ui::Vector3dEditor * view_point_
 

Member Function Documentation

◆ configure()

void noether::NormalEstimationPCLMeshModifierWidget::configure ( const YAML::Node &  )
overridevirtual

Reimplemented from noether::BaseWidget.

◆ save()

void noether::NormalEstimationPCLMeshModifierWidget::save ( YAML::Node &  ) const
overridevirtual

Implements noether::BaseWidget.