Point Cloud Library (PCL) 1.12.1
Loading...
Searching...
No Matches
pcl::IntensityGradient Struct Reference

A point structure representing the intensity gradient of an XYZI point cloud. More...

#include <pcl/impl/point_types.hpp>

Classes

union  [union].__unnamed0__

Public Member Functions

 IntensityGradient ()
 IntensityGradient (float _x, float _y, float _z)

Public Attributes

union  

Friends

std::ostream & operator<< (std::ostream &os, const IntensityGradient &p)

Detailed Description

A point structure representing the intensity gradient of an XYZI point cloud.

Definition at line 1732 of file point_types.hpp.

Constructor & Destructor Documentation

◆ IntensityGradient() [1/2]

pcl::IntensityGradient::IntensityGradient ( )
inline

Definition at line 1745 of file point_types.hpp.

References IntensityGradient().

Referenced by IntensityGradient(), and operator<<.

◆ IntensityGradient() [2/2]

pcl::IntensityGradient::IntensityGradient ( float _x,
float _y,
float _z )
inline

Definition at line 1747 of file point_types.hpp.

◆ operator<<

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

References IntensityGradient().

Member Data Documentation

◆ @365306267026336127235046363334060112063217375156


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