Public Member Functions | |
void | copyToFloatArray (const MyPoint &p, float *out) const |
Copy point data from input point to a float array. This method must be overriden in all subclasses. | |
MyPointRepresentationXY () |
Definition at line 321 of file kdtree/test/test_kdtree.cpp.
MyPointRepresentationXY::MyPointRepresentationXY | ( | ) | [inline] |
Definition at line 324 of file kdtree/test/test_kdtree.cpp.
void MyPointRepresentationXY::copyToFloatArray | ( | const MyPoint & | 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< MyPoint >.
Definition at line 329 of file kdtree/test/test_kdtree.cpp.