Noether  0.0.0
Loading...
Searching...
No Matches
noether::UniformSpacingSplineModifier Class Reference

The UniformSpacingSplineModifier class. More...

#include <uniform_spacing_spline_modifier.h>

Inheritance diagram for noether::UniformSpacingSplineModifier:

Public Member Functions

 UniformSpacingSplineModifier (const double point_spacing)
 
ToolPaths modify (ToolPaths tool_paths) const override
 

Protected Attributes

double point_spacing_
 

Additional Inherited Members

- Public Types inherited from noether::ToolPathModifier
using Ptr = std::unique_ptr< ToolPathModifier >
 
using ConstPtr = std::unique_ptr< const ToolPathModifier >
 

Detailed Description

Member Function Documentation

◆ modify()

ToolPaths noether::UniformSpacingSplineModifier::modify ( ToolPaths  tool_paths) const
overridevirtual

Reimplemented from noether::ToolPathModifier.