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 Member Functions | Public Attributes
pcl::PointWithViewpoint Struct Reference

A point structure representing Euclidean xyz coordinates together with the viewpoint from which it was seen. More...

#include <pcl/impl/point_types.hpp>

Inheritance diagram for pcl::PointWithViewpoint:
Inheritance graph
[legend]
Collaboration diagram for pcl::PointWithViewpoint:
Collaboration graph
[legend]

Public Member Functions

 PointWithViewpoint (float _x=0.0f, float _y=0.0f, float _z=0.0f, float _vp_x=0.0f, float _vp_y=0.0f, float _vp_z=0.0f)
 

Public Attributes

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

Detailed Description

A point structure representing Euclidean xyz coordinates together with the viewpoint from which it was seen.

Definition at line 830 of file point_types.hpp.

Constructor & Destructor Documentation

pcl::PointWithViewpoint::PointWithViewpoint ( float  _x = 0.0f,
float  _y = 0.0f,
float  _z = 0.0f,
float  _vp_x = 0.0f,
float  _vp_y = 0.0f,
float  _vp_z = 0.0f 
)
inline

Definition at line 832 of file point_types.hpp.

Member Data Documentation

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

Definition at line 822 of file point_types.hpp.

pcl::_PointWithViewpoint::PCL_ADD_POINT4D
inherited

Definition at line 813 of file point_types.hpp.

float pcl::_PointWithViewpoint::vp_x
inherited

Definition at line 818 of file point_types.hpp.

float pcl::_PointWithViewpoint::vp_y
inherited

Definition at line 819 of file point_types.hpp.

float pcl::_PointWithViewpoint::vp_z
inherited

Definition at line 820 of file point_types.hpp.


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