#include <point_representation.h>
Public Member Functions | |
virtual void | copyToFloatArray (const SHOT1344 &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 482 of file point_representation.h.
pcl::DefaultPointRepresentation< SHOT1344 >::DefaultPointRepresentation | ( | ) | [inline] |
Definition at line 485 of file point_representation.h.
virtual void pcl::DefaultPointRepresentation< SHOT1344 >::copyToFloatArray | ( | const SHOT1344 & | 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< SHOT1344 >.
Definition at line 491 of file point_representation.h.