|
Point Cloud Library (PCL)
1.5.1
|
PointOperators is a struct that provides basic arithmetic operations on points: addition, product and plus-assign operation. More...
#include <pcl/common/point_operators.h>
Public Types | |
| typedef PointIN | PointIn |
| typedef PointOUT | PointOut |
PointOperators is a struct that provides basic arithmetic operations on points: addition, product and plus-assign operation.
It also provide an operator() for the transformation from a PointIN to PointOUT (the transformation can be as simple as accessing a member of PointIN).
Definition at line 60 of file point_operators.h.
| typedef PointIN pcl::common::PointOperators< PointIN, PointOUT >::PointIn |
Definition at line 62 of file point_operators.h.
| typedef PointOUT pcl::common::PointOperators< PointIN, PointOUT >::PointOut |
Definition at line 63 of file point_operators.h.
1.8.0