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

Public Member Functions

ToolPathModifier::ConstPtr create () const override
 Creates a tool path planning component of type T (e.g., mesh modifier, tool path planner, tool path modifier)
 
 LinearApproachToolPathModifierWidget (QWidget *parent=nullptr)
 
- Public Member Functions inherited from noether::LinearApproachToolPathModifierWidget
 LinearApproachToolPathModifierWidget (QWidget *parent=nullptr)
 
void configure (const YAML::Node &) override
 Configures the elements of the widget from a YAML node.
 
void save (YAML::Node &) const override
 Saves the configuration of the widget to a YAML node.
 
- Public Member Functions inherited from noether::BaseWidget< T >
 BaseWidget (QWidget *parent=nullptr)
 

Additional Inherited Members

- Protected Attributes inherited from noether::LinearApproachToolPathModifierWidget
Ui::LinearApproachModifier * ui_
 
Ui::Vector3dEditor * vector_editor_ui_
 

Member Function Documentation

◆ create()

ToolPathModifier::ConstPtr noether::LinearDepartureToolPathModifierWidget::create ( ) const
overridevirtual