W3cubDocs

/PointCloudLibrary

A point structure representing an Axis using its normal coordinates. More...

#include <pcl/impl/point_types.hpp>

Public Member Functions

Axis (const _Axis &p)
Axis ()
Axis (float n_x, float n_y, float n_z)

Friends

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

Additional Inherited Members

- Public Attributes inherited from pcl::_Axis
PCL_ADD_NORMAL4D

Detailed Description

A point structure representing an Axis using its normal coordinates.

(SSE friendly)

Definition at line 945 of file point_types.hpp.

Constructor & Destructor Documentation

Axis() [1/3]

pcl::Axis::Axis ( const _Axis & p )
inline

Definition at line 947 of file point_types.hpp.

Axis() [2/3]

pcl::Axis::Axis ( )
inline

Definition at line 953 of file point_types.hpp.

Axis() [3/3]

pcl::Axis::Axis ( float n_x,
float n_y,
float n_z
)
inline

Definition at line 955 of file point_types.hpp.

Friends And Related Function Documentation

operator<<

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

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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1_axis.html