Noether
0.0.0
|
Generates the raster direction based on a fixed input. More...
#include <fixed_direction_generator.h>
Public Member Functions | |
FixedDirectionGenerator (const Eigen::Vector3d &direction) | |
Eigen::Vector3d | generate (const pcl::PolygonMesh &mesh) const override final |
Additional Inherited Members | |
Public Types inherited from noether::DirectionGenerator | |
using | Ptr = std::unique_ptr< DirectionGenerator > |
using | ConstPtr = std::unique_ptr< const DirectionGenerator > |
Generates the raster direction based on a fixed input.
|
finaloverridevirtual |
Implements noether::DirectionGenerator.