#include <point_representation.h>
Public Member Functions | |
virtual void | copyToFloatArray (const FPFHSignature33 &p, float *out) const |
Copy point data from input point to a float array. This method must be overriden in all subclasses. | |
DefaultPointRepresentation () |
Definition at line 236 of file point_representation.h.
pcl::DefaultPointRepresentation< FPFHSignature33 >::DefaultPointRepresentation | ( | ) | [inline] |
Definition at line 239 of file point_representation.h.
virtual void pcl::DefaultPointRepresentation< FPFHSignature33 >::copyToFloatArray | ( | const FPFHSignature33 & | p, | |
float * | out | |||
) | const [inline, virtual] |
Copy point data from input point to a float array. This method must be overriden in all subclasses.
p | The input point | |
out | A pointer to a float array. |
Implements pcl::PointRepresentation< FPFHSignature33 >.
Definition at line 245 of file point_representation.h.