#include <pcl/point_representation.h>


Public Member Functions | |
| DefaultPointRepresentation () | |
| virtual void | copyToFloatArray (const PPFSignature &p, float *out) const |
| Copy point data from input point to a float array. | |
Definition at line 389 of file point_representation.h.
| pcl::DefaultPointRepresentation< PPFSignature >::DefaultPointRepresentation | ( | ) | [inline] |
Definition at line 392 of file point_representation.h.
References pcl::PointRepresentation< PointDefault >::nr_dimensions_, and pcl::PointRepresentation< PointDefault >::trivial_.
| virtual void pcl::DefaultPointRepresentation< PPFSignature >::copyToFloatArray | ( | const PPFSignature & | 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. |
Reimplemented from pcl::DefaultFeatureRepresentation< PPFSignature >.
Definition at line 399 of file point_representation.h.
References pcl::PPFSignature::f1, pcl::PPFSignature::f2, pcl::PPFSignature::f3, and pcl::PPFSignature::f4.