Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Attributes
pcl::_PointWithViewpoint Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointWithViewpoint:

Public Attributes

union {
   struct {
      float   vp_x
 
      float   vp_y
 
      float   vp_z
 
   } 
 
   float   data_c [4]
 
}; 
 

Detailed Description

Definition at line 1099 of file point_types.hpp.

Member Data Documentation

◆ 

PCL_ADD_POINT4D { ... }

◆ data_c

float pcl::_PointWithViewpoint::data_c[4]

Definition at line 1110 of file point_types.hpp.

◆ vp_x

float pcl::_PointWithViewpoint::vp_x

Definition at line 1106 of file point_types.hpp.

◆ vp_y

float pcl::_PointWithViewpoint::vp_y

Definition at line 1107 of file point_types.hpp.

◆ vp_z

float pcl::_PointWithViewpoint::vp_z

Definition at line 1108 of file point_types.hpp.


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