Noether  0.0.0
Loading...
Searching...
No Matches
noether::AABBOriginGeneratorWidget Struct Reference
Inheritance diagram for noether::AABBOriginGeneratorWidget:

Public Member Functions

OriginGenerator::ConstPtr create () const override
 Creates a tool path planning component of type T (e.g., mesh modifier, tool path planner, tool path modifier)
 
 BaseWidget (QWidget *parent=nullptr)
 
- Public Member Functions inherited from noether::BaseWidget< T >
 BaseWidget (QWidget *parent=nullptr)
 
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.
 

Member Function Documentation

◆ create()

OriginGenerator::ConstPtr noether::AABBOriginGeneratorWidget::create ( ) const
overridevirtual