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

Public Member Functions

 RansacCylinderFitMeshModifierWidget (QWidget *parent)
 
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::RansacCylinderProjectionMeshModifierWidget
 RansacCylinderProjectionMeshModifierWidget (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::RansacPrimitiveFitMeshModifierWidget
 RansacPrimitiveFitMeshModifierWidget (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

QSpinBox * resolution_
 
QCheckBox * include_caps_
 
QCheckBox * uniform_triangles_
 
- Protected Attributes inherited from noether::RansacCylinderProjectionMeshModifierWidget
Ui::RansacCylinderProjection * model_ui_
 
Ui::Vector3dEditor * axis_
 
- Protected Attributes inherited from noether::RansacPrimitiveFitMeshModifierWidget
Ui::RansacPrimitiveFit * ui_
 
Ui::Vector3dEditor * axis_
 

Member Function Documentation

◆ configure()

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

Reimplemented from noether::BaseWidget.

◆ save()

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

Implements noether::BaseWidget.