Ponca  cfb0fcc680f97b3ab7288990161ce80053655869
Point Cloud Analysis library
Loading...
Searching...
No Matches
Ponca::DirectProjectionOperator Struct Reference

Project a point using the primitive projection operator. More...

#include <project.h>

+ Collaboration diagram for Ponca::DirectProjectionOperator:

Public Member Functions

template<typename Fit >
Fit::VectorType project (const Fit &_f, const typename Fit::VectorType &_pos) const
 Project a point using the primitive projection operator.
 
template<typename Fit >
Fit::VectorType operator() (const Fit &_f, const typename Fit::VectorType &_pos) const
 Project a point using the primitive projection operator.
 

Detailed Description

Project a point using the primitive projection operator.

Definition at line 13 of file project.h.

Member Function Documentation

◆ operator()()

template<typename Fit >
Fit::VectorType Ponca::DirectProjectionOperator::operator() ( const Fit _f,
const typename Fit::VectorType &  _pos 
) const
inline

Project a point using the primitive projection operator.

Template Parameters
FitThe fitting object
Parameters
fThe fitting object
posThe position to project

Definition at line 34 of file project.h.

◆ project()

template<typename Fit >
Fit::VectorType Ponca::DirectProjectionOperator::project ( const Fit _f,
const typename Fit::VectorType &  _pos 
) const
inline

Project a point using the primitive projection operator.

Template Parameters
FitThe fitting object
Parameters
fThe fitting object
posThe position to project

Definition at line 25 of file project.h.