Point Cloud Library (PCL)  1.3.1
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>

List of all members.

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.


Member Data Documentation

union { ... }

Definition at line 502 of file point_types.hpp.

Definition at line 495 of file point_types.hpp.

Definition at line 500 of file point_types.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines