|
Point Cloud Library (PCL)
1.6.0
|
#include <pcl/registration/warp_point_rigid.h>

Public Member Functions | |
| WarpPointRigid (int nr_dim) | |
| virtual | ~WarpPointRigid () |
| virtual void | setParam (const Eigen::VectorXf &p)=0 |
| void | warpPoint (const PointSourceT &pnt_in, PointSourceT &pnt_out) const |
| int | getDimension () const |
| const Eigen::Matrix4f & | getTransform () const |
Definition at line 47 of file warp_point_rigid.h.
| pcl::WarpPointRigid< PointSourceT, PointTargetT >::WarpPointRigid | ( | int | nr_dim | ) | [inline] |
Definition at line 51 of file warp_point_rigid.h.
| virtual pcl::WarpPointRigid< PointSourceT, PointTargetT >::~WarpPointRigid | ( | ) | [inline, virtual] |
Definition at line 56 of file warp_point_rigid.h.
| int pcl::WarpPointRigid< PointSourceT, PointTargetT >::getDimension | ( | ) | const [inline] |
Definition at line 70 of file warp_point_rigid.h.
| const Eigen::Matrix4f& pcl::WarpPointRigid< PointSourceT, PointTargetT >::getTransform | ( | ) | const [inline] |
Definition at line 73 of file warp_point_rigid.h.
| virtual void pcl::WarpPointRigid< PointSourceT, PointTargetT >::setParam | ( | const Eigen::VectorXf & | p | ) | [pure virtual] |
| void pcl::WarpPointRigid< PointSourceT, PointTargetT >::warpPoint | ( | const PointSourceT & | pnt_in, |
| PointSourceT & | pnt_out | ||
| ) | const [inline] |
Definition at line 62 of file warp_point_rigid.h.
1.7.6.1