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

Public Member Functions

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

Member Function Documentation

◆ create()

ToolPathPlanner::ConstPtr noether::BoundaryEdgePlannerWidget::create ( ) const
overridevirtual

◆ configure()

virtual void noether::BaseWidget< T >::configure ( const YAML::Node &  )
inlinevirtual

Reimplemented from noether::BaseWidget< T >.

◆ save()

virtual void noether::BaseWidget< T >::save ( YAML::Node &  ) const
inlinevirtual

Reimplemented from noether::BaseWidget< T >.