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

Returns a fixed point as the origin. More...

#include <fixed_origin_generator.h>

Inheritance diagram for noether::FixedOriginGenerator:

Public Member Functions

 FixedOriginGenerator (const Eigen::Vector3d &origin=Eigen::Vector3d::Zero())
 
Eigen::Vector3d generate (const pcl::PolygonMesh &mesh) const override final
 

Additional Inherited Members

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

Detailed Description

Returns a fixed point as the origin.

The default fixed point is a zero vector corresponding to the mesh coordinate system origin

Member Function Documentation

◆ generate()

Eigen::Vector3d noether::FixedOriginGenerator::generate ( const pcl::PolygonMesh &  mesh) const
finaloverridevirtual