| 
    Noether
    0.0.0
    
   | 
 
WidgetPlugin implementation specifically for BaseWidget instances that configure mesh modifiers.
#include <plugin_interface.h>

Friends | |
| class | boost_plugin_loader::PluginLoader | 
| struct | boost_plugin_loader::has_getSection< MeshModifierWidgetPlugin > | 
Additional Inherited Members | |
  Public Types inherited from noether::WidgetPlugin | |
| using | Ptr = std::shared_ptr< WidgetPlugin > | 
  Public Member Functions inherited from noether::WidgetPlugin | |
| virtual BaseWidget * | create (const YAML::Node &config, std::shared_ptr< const WidgetFactory > factory, QWidget *parent=nullptr) const =0 | 
Returns a pointer to a configured BaseWidget<T>: a widget that can configure a tool path planning component (e.g., mesh modifier, tool path planner, tool path modifier).   | |