| 
    Noether
    0.0.0
    
   | 
 
Concatenates all input tool paths into a single tool path. More...
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. 
#include <concatenate_modifier.h>

Public Member Functions | |
| ToolPaths | modify (ToolPaths) const override | 
  Public Member Functions inherited from noether::OneTimeToolPathModifier | |
| virtual ToolPaths | modify (ToolPaths toolpaths) const | 
Additional Inherited Members | |
  Public Types inherited from noether::ToolPathModifier | |
| using | Ptr = std::unique_ptr< ToolPathModifier > | 
| using | ConstPtr = std::unique_ptr< const ToolPathModifier > | 
Reimplemented from noether::ToolPathModifier.