Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
pcl::InterestPoint Struct Reference

A point structure representing an interest point with Euclidean xyz coordinates, and an interest value. More...

#include <pcl/impl/point_types.hpp>

Public Attributes

 PCL_ADD_POINT4D
 
union {
   struct {
      float   strength
 
   } 
 
   float   data_c [4]
 
}; 
 

Detailed Description

A point structure representing an interest point with Euclidean xyz coordinates, and an interest value.

Definition at line 536 of file point_types.hpp.

Member Data Documentation

union { ... }
float pcl::InterestPoint::data_c[4]

Definition at line 545 of file point_types.hpp.

pcl::InterestPoint::PCL_ADD_POINT4D

Definition at line 538 of file point_types.hpp.

float pcl::InterestPoint::strength

Definition at line 543 of file point_types.hpp.


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