![]() |
Noether
0.0.0
|
Instantiations of the WidgetPlugin interface. More...
WidgetPlugin is a template class that defines a plugin that is capable of making a BaseWidget of the same template type (e.g., mesh modifier, tool path planner, tool path modifier, etc.).
Typedefs | |
using | noether::ToolPathPlannerWidgetPlugin = WidgetPlugin< ToolPathPlannerWidget > |
Plugin interface for creating a ToolPathPlannerWidget. | |
using | noether::DirectionGeneratorWidgetPlugin = WidgetPlugin< DirectionGeneratorWidget > |
Plugin interface for creating a DirectionGeneratorWidget. | |
using | noether::OriginGeneratorWidgetPlugin = WidgetPlugin< OriginGeneratorWidget > |
Plugin interface for creating an OriginGeneratorWidget. | |
using | noether::ToolPathModifierWidgetPlugin = WidgetPlugin< ToolPathModifierWidget > |
Plugin interface for creating a ToolPathModifierWidget. | |
using | noether::MeshModifierWidgetPlugin = WidgetPlugin< MeshModifierWidget > |
Plugin interface for creating a MeshModifierWidget. | |
Classes | |
class | noether::WidgetPlugin< T > |
Base class for a plugin that can generate a BaseWidget<T> for configuring a tool path planning component (e.g., mesh modifier, tool path planner, tool path modifier). More... | |