pcl::PointNormal Struct Reference
[Module common]

A point structure representing Euclidean xyz coordinates, together with normal coordinates and the surface curvature estimate. More...

#include <pcl/impl/point_types.hpp>

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

List of all members.

Public Member Functions

 PointNormal (const _PointNormal &p)
 PointNormal ()

Friends

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

Detailed Description

A point structure representing Euclidean xyz coordinates, together with normal coordinates and the surface curvature estimate.

(SSE friendly)

Definition at line 822 of file point_types.hpp.


Constructor & Destructor Documentation

pcl::PointNormal::PointNormal ( const _PointNormal p  )  [inline]

Definition at line 824 of file point_types.hpp.

References pcl::_PointNormal::curvature.

pcl::PointNormal::PointNormal (  )  [inline]

Definition at line 831 of file point_types.hpp.


Friends And Related Function Documentation

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

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