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

The UniformSpacingLinearModifier class. More...

#include <uniform_spacing_linear_modifier.h>

Inheritance diagram for noether::UniformSpacingLinearModifier:

Public Member Functions

 UniformSpacingLinearModifier (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::UniformSpacingLinearModifier::modify ( ToolPaths  tool_paths) const
overridevirtual

Reimplemented from noether::ToolPathModifier.