#include <warp_point_rigid.h>

Public Member Functions | |
| int | getDimension () const |
| const Eigen::Matrix4f & | getTransform () const |
| virtual void | setParam (const Eigen::VectorXf &p)=0 |
| void | warpPoint (const PointSourceT &pnt_in, PointSourceT &pnt_out) const |
| WarpPointRigid (int nr_dim) | |
| virtual | ~WarpPointRigid () |
Protected Attributes | |
| int | nr_dim_ |
| Eigen::Matrix4f | transform_matrix_ |
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.
int pcl::WarpPointRigid< PointSourceT, PointTargetT >::nr_dim_ [protected] |
Definition at line 79 of file warp_point_rigid.h.
Eigen::Matrix4f pcl::WarpPointRigid< PointSourceT, PointTargetT >::transform_matrix_ [protected] |
Definition at line 80 of file warp_point_rigid.h.