|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/point_representation.h>
Public Types | |
| using | Ptr |
| using | ConstPtr |
| Public Types inherited from pcl::PointRepresentation< GASDSignature512 > | |
| using | Ptr |
| using | ConstPtr |
| Public Types inherited from pcl::DefaultFeatureRepresentation< GASDSignature512 > | |
| using | Ptr |
| using | ConstPtr |
| using | FieldList |
Public Member Functions | |
| DefaultPointRepresentation () | |
| ~DefaultPointRepresentation () override=default | |
| Ptr | makeShared () const |
| void | copyToFloatArray (const GASDSignature512 &p, float *out) const override |
| Copy point data from input point to a float array. | |
| Public Member Functions inherited from pcl::PointRepresentation< GASDSignature512 > | |
| virtual | ~PointRepresentation ()=default |
| Empty destructor. | |
| bool | isTrivial () const |
| Returns whether this point representation is trivial. | |
| virtual bool | isValid (const GASDSignature512 &p) const |
| Verify that the input point is valid. | |
| void | vectorize (const GASDSignature512 &p, OutputType &out) const |
| Convert input point into a vector representation, rescaling by alpha. | |
| void | setRescaleValues (const float *rescale_array) |
| Set the rescale values to use when vectorizing points. | |
| int | getNumberOfDimensions () const |
| Return the number of dimensions in the point's vector representation. | |
| Public Member Functions inherited from pcl::DefaultFeatureRepresentation< GASDSignature512 > | |
| DefaultFeatureRepresentation () | |
| Ptr | makeShared () const |
Additional Inherited Members | |
| Protected Attributes inherited from pcl::PointRepresentation< GASDSignature512 > | |
| int | nr_dimensions_ |
| The number of dimensions in this point's vector (i.e. | |
| std::vector< float > | alpha_ |
| A vector containing the rescale factor to apply to each dimension. | |
| bool | trivial_ |
| Indicates whether this point representation is trivial. | |
Definition at line 438 of file point_representation.h.
| using pcl::DefaultPointRepresentation< GASDSignature512 >::ConstPtr |
Definition at line 205 of file point_representation.h.
| using pcl::DefaultPointRepresentation< GASDSignature512 >::Ptr |
Definition at line 204 of file point_representation.h.
|
inline |
Definition at line 207 of file point_representation.h.
|
overridedefault |
|
inlineoverridevirtual |
Copy point data from input point to a float array.
This method must be overridden in all subclasses.
| [in] | p | The input point |
| [out] | out | A pointer to a float array. |
Implements pcl::PointRepresentation< GASDSignature512 >.
Definition at line 226 of file point_representation.h.
|
inline |
Definition at line 220 of file point_representation.h.