![]() |
Noether
0.0.0
|
Concatenates all input tool paths into a single tool path. More...
#include <concatenate_modifier.h>
Public Member Functions | |
ToolPaths | modify (ToolPaths) const override |
![]() | |
virtual ToolPaths | modify (ToolPaths toolpaths) const |
Additional Inherited Members | |
![]() | |
using | Ptr = std::unique_ptr< ToolPathModifier > |
using | ConstPtr = std::unique_ptr< const ToolPathModifier > |
Concatenates all input tool paths into a single tool path.
This modifier changes the input tool paths vector (i.e., noether::ToolPaths
with size n
) into a single tool path (i.e., noether::ToolPaths
with size of 1). It does not modify the structure of the underlying tool path segments.
Reimplemented from noether::ToolPathModifier.