Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Attributes | Friends
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

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

Friends

PCL_MAKE_ALIGNED_OPERATOR_NEW friend std::ostream & operator<< (std::ostream &os, const InterestPoint &p)
 

Detailed Description

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

Definition at line 788 of file point_types.hpp.

Friends And Related Function Documentation

◆ operator<<

PCL_MAKE_ALIGNED_OPERATOR_NEW friend std::ostream& operator<< ( std::ostream &  os,
const InterestPoint p 
)
friend

Member Data Documentation

◆ 

PCL_ADD_POINT4D { ... }

◆ data_c

float pcl::InterestPoint::data_c[4]

Definition at line 797 of file point_types.hpp.

◆ strength

float pcl::InterestPoint::strength

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