#include <transformation_estimation_lm.h>
Public Member Functions | |
int | operator() (const Eigen::VectorXd &x, Eigen::VectorXd &fvec) const |
OptimizationFunctorWithIndices & | operator= (const OptimizationFunctorWithIndices &src) |
OptimizationFunctorWithIndices (int m_data_points, TransformationEstimationLM *estimator) | |
OptimizationFunctorWithIndices (const OptimizationFunctorWithIndices &src) | |
virtual | ~OptimizationFunctorWithIndices () |
Destructor. | |
Public Attributes | |
TransformationEstimationLM < PointSource, PointTarget > * | estimator_ |
Definition at line 280 of file transformation_estimation_lm.h.
pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::OptimizationFunctorWithIndices::OptimizationFunctorWithIndices | ( | int | m_data_points, |
TransformationEstimationLM * | estimator | ||
) | [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 288 of file transformation_estimation_lm.h.
pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::OptimizationFunctorWithIndices::OptimizationFunctorWithIndices | ( | const OptimizationFunctorWithIndices & | src | ) | [inline] |
Copy constructor
[in] | the | optimization functor to copy into this |
Definition at line 294 of file transformation_estimation_lm.h.
virtual pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::OptimizationFunctorWithIndices::~OptimizationFunctorWithIndices | ( | ) | [inline, virtual] |
Destructor.
Definition at line 312 of file transformation_estimation_lm.h.
int pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::OptimizationFunctorWithIndices::operator() | ( | const Eigen::VectorXd & | x, |
Eigen::VectorXd & | 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 240 of file transformation_estimation_lm.hpp.
OptimizationFunctorWithIndices& pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::OptimizationFunctorWithIndices::operator= | ( | const OptimizationFunctorWithIndices & | src | ) | [inline] |
Copy operator
[in] | the | optimization functor to copy into this |
Definition at line 304 of file transformation_estimation_lm.h.
TransformationEstimationLM<PointSource, PointTarget>* pcl::registration::TransformationEstimationLM< PointSource, PointTarget >::OptimizationFunctorWithIndices::estimator_ |
Definition at line 321 of file transformation_estimation_lm.h.