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::_PointWithViewpoint Struct Reference

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::_PointWithViewpoint:
Inheritance graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 811 of file point_types.hpp.

Member Data Documentation

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

Definition at line 822 of file point_types.hpp.

pcl::_PointWithViewpoint::PCL_ADD_POINT4D

Definition at line 813 of file point_types.hpp.

float pcl::_PointWithViewpoint::vp_x

Definition at line 818 of file point_types.hpp.

float pcl::_PointWithViewpoint::vp_y

Definition at line 819 of file point_types.hpp.

float pcl::_PointWithViewpoint::vp_z

Definition at line 820 of file point_types.hpp.


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