
Public Member Functions | |
| virtual void | copyToFloatArray (const PointNormalT &p, float *out) const |
| Copy point data from input point to a float array. This method must be overriden in all subclasses. | |
| MyPointRepresentation () | |
Definition at line 93 of file pairwise_incremental_registration.cpp.
| MyPointRepresentation::MyPointRepresentation | ( | ) | [inline] |
Definition at line 97 of file pairwise_incremental_registration.cpp.
| virtual void MyPointRepresentation::copyToFloatArray | ( | const PointNormalT & | p, |
| float * | out | ||
| ) | const [inline, virtual] |
Copy point data from input point to a float array. This method must be overriden in all subclasses.
| [in] | p | The input point |
| [out] | out | A pointer to a float array. |
Implements pcl::PointRepresentation< PointNormalT >.
Definition at line 104 of file pairwise_incremental_registration.cpp.