Point Cloud Library (PCL)  1.14.0-dev
List of all members
pcl::DefaultPointRepresentation< GASDSignature512 > Class Reference

#include <pcl/point_representation.h>

+ Inheritance diagram for pcl::DefaultPointRepresentation< GASDSignature512 >:
+ Collaboration diagram for pcl::DefaultPointRepresentation< GASDSignature512 >:

Additional Inherited Members

- Public Types inherited from pcl::DefaultFeatureRepresentation< GASDSignature512 >
using Ptr = shared_ptr< DefaultFeatureRepresentation< GASDSignature512 > >
 
using ConstPtr = shared_ptr< const DefaultFeatureRepresentation< GASDSignature512 > >
 
using FieldList = typename pcl::traits::fieldList< GASDSignature512 >::type
 
- Public Types inherited from pcl::PointRepresentation< GASDSignature512 >
using Ptr = shared_ptr< PointRepresentation< GASDSignature512 > >
 
using ConstPtr = shared_ptr< const PointRepresentation< GASDSignature512 > >
 
- Public Member Functions inherited from pcl::DefaultFeatureRepresentation< GASDSignature512 >
 DefaultFeatureRepresentation ()
 
Ptr makeShared () const
 
void copyToFloatArray (const GASDSignature512 &p, float *out) const override
 Copy point data from input point to a float array. More...
 
- Public Member Functions inherited from pcl::PointRepresentation< GASDSignature512 >
virtual ~PointRepresentation ()=default
 Empty destructor. More...
 
bool isTrivial () const
 Returns whether this point representation is trivial. More...
 
virtual bool isValid (const GASDSignature512 &p) const
 Verify that the input point is valid. More...
 
void vectorize (const GASDSignature512 &p, OutputType &out) const
 Convert input point into a vector representation, rescaling by alpha. More...
 
void vectorize (const GASDSignature512 &p, float *out) const
 
void vectorize (const GASDSignature512 &p, std::vector< float > &out) const
 
void setRescaleValues (const float *rescale_array)
 Set the rescale values to use when vectorizing points. More...
 
int getNumberOfDimensions () const
 Return the number of dimensions in the point's vector representation. More...
 
- Protected Attributes inherited from pcl::PointRepresentation< GASDSignature512 >
int nr_dimensions_
 The number of dimensions in this point's vector (i.e. More...
 
std::vector< float > alpha_
 A vector containing the rescale factor to apply to each dimension. More...
 
bool trivial_
 Indicates whether this point representation is trivial. More...
 

Detailed Description

Definition at line 438 of file point_representation.h.


The documentation for this class was generated from the following file: