Noether  0.0.0
Loading...
Searching...
No Matches
noether::ToolPathPlanner Struct Referenceabstract

Interface for a tool path planner that operates on a mesh. More...

#include <tool_path_planner.h>

Inheritance diagram for noether::ToolPathPlanner:

Public Types

using Ptr = std::unique_ptr< ToolPathPlanner >
 
using ConstPtr = std::unique_ptr< const ToolPathPlanner >
 

Public Member Functions

virtual ToolPaths plan (const pcl::PolygonMesh &mesh) const =0
 

Detailed Description

Interface for a tool path planner that operates on a mesh.