pcl::PointWithRange Struct Reference
[Module common]

A point structure representing Euclidean xyz coordinates, padded with an extra range float. More...

#include <pcl/impl/point_types.hpp>

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

List of all members.

Public Member Functions

 PointWithRange (const _PointWithRange &p)
 PointWithRange ()

Friends

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

Detailed Description

A point structure representing Euclidean xyz coordinates, padded with an extra range float.

Definition at line 993 of file point_types.hpp.


Constructor & Destructor Documentation

pcl::PointWithRange::PointWithRange ( const _PointWithRange p  )  [inline]

Definition at line 995 of file point_types.hpp.

References pcl::_PointWithRange::range.

pcl::PointWithRange::PointWithRange (  )  [inline]

Definition at line 1001 of file point_types.hpp.

References pcl::_PointWithRange::range.


Friends And Related Function Documentation

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

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