|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/registration/transformation_estimation_point_to_plane_weighted.h>
Public Member Functions | |
| OptimizationFunctorWithIndices (int m_data_points, const TransformationEstimationPointToPlaneWeighted *estimator) | |
| Functor constructor. | |
| OptimizationFunctorWithIndices (const OptimizationFunctorWithIndices &src) | |
| Copy constructor. | |
| OptimizationFunctorWithIndices & | operator= (const OptimizationFunctorWithIndices &src) |
| Copy operator. | |
| virtual | ~OptimizationFunctorWithIndices ()=default |
| Destructor. | |
| int | operator() (const VectorX &x, VectorX &fvec) const |
| Fill fvec from x. | |
| Public Member Functions inherited from pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::Functor< MatScalar > | |
| Functor () | |
| Empty Constructor. | |
| virtual | ~Functor ()=default |
| Destructor. | |
| int | values () const |
| Get the number of values. | |
Public Attributes | |
| const TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar > * | estimator_ |
Additional Inherited Members | |
| Public Types inherited from pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::Functor< MatScalar > | |
| enum | |
| using | Scalar |
| using | InputType |
| using | ValueType |
| using | JacobianType |
| Protected Attributes inherited from pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::Functor< MatScalar > | |
| int | m_data_points_ |
Definition at line 303 of file transformation_estimation_point_to_plane_weighted.h.
|
inline |
Functor constructor.
| [in] | m_data_points | the number of data points to evaluate |
| [in,out] | estimator | pointer to the estimator object |
Definition at line 310 of file transformation_estimation_point_to_plane_weighted.h.
References estimator_, pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::Functor< MatScalar >::Functor(), and pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::TransformationEstimationPointToPlaneWeighted().
Referenced by operator=(), and OptimizationFunctorWithIndices().
|
inline |
Copy constructor.
| [in] | src | the optimization functor to copy into this |
Definition at line 319 of file transformation_estimation_point_to_plane_weighted.h.
References estimator_, pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::Functor< MatScalar >::Functor(), pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::Functor< MatScalar >::m_data_points_, and OptimizationFunctorWithIndices().
|
virtualdefault |
| int pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::operator() | ( | const VectorX & | x, |
| VectorX & | fvec ) const |
Fill fvec from x.
For the current state vector x fill the f values
| [in] | x | state vector |
| [out] | fvec | f values vector |
Definition at line 311 of file transformation_estimation_point_to_plane_weighted.hpp.
References estimator_, and pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::Functor< MatScalar >::values().
|
inline |
Copy operator.
| [in] | src | the optimization functor to copy into this |
Definition at line 329 of file transformation_estimation_point_to_plane_weighted.h.
References estimator_, pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::Functor< MatScalar >::Functor(), and OptimizationFunctorWithIndices().
| const TransformationEstimationPointToPlaneWeighted<PointSource, PointTarget, MatScalar>* pcl::registration::TransformationEstimationPointToPlaneWeighted< PointSource, PointTarget, MatScalar >::OptimizationFunctorWithIndices::estimator_ |
Definition at line 348 of file transformation_estimation_point_to_plane_weighted.h.
Referenced by operator()(), operator=(), OptimizationFunctorWithIndices(), and OptimizationFunctorWithIndices().