pcl::PointXYZ Struct Reference
[Module common]

A point structure representing Euclidean xyz coordinates. More...

#include <pcl/impl/point_types.hpp>

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

List of all members.

Public Member Functions

 PointXYZ (const _PointXYZ &p)
 PointXYZ ()
 PointXYZ (float _x, float _y, float _z)

Friends

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

Detailed Description

A point structure representing Euclidean xyz coordinates.

(SSE friendly)

Definition at line 233 of file point_types.hpp.


Constructor & Destructor Documentation

pcl::PointXYZ::PointXYZ ( const _PointXYZ p  )  [inline]

Definition at line 235 of file point_types.hpp.

pcl::PointXYZ::PointXYZ (  )  [inline]

Definition at line 240 of file point_types.hpp.

pcl::PointXYZ::PointXYZ ( float  _x,
float  _y,
float  _z 
) [inline]

Definition at line 246 of file point_types.hpp.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const PointXYZ p 
) [friend]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends