|
Point Cloud Library (PCL)
1.5.1
|
#include <pcl/common/point_operators.h>


Public Types | |
| typedef pcl::PointXYZI | PointIn |
| typedef pcl::PointXYZI | PointOut |
Public Member Functions | |
| pcl::PointXYZI | operator() () |
| const pcl::PointXYZI & | operator() (const pcl::PointXYZI &p) |
| pcl::PointXYZI & | operator() (pcl::PointXYZI &p) |
| pcl::PointXYZI | add (const pcl::PointXYZI &lhs, const pcl::PointXYZI &rhs) |
| pcl::PointXYZI | minus (const pcl::PointXYZI &lhs, const pcl::PointXYZI &rhs) |
| pcl::PointXYZI | dot (const float &scalar, const pcl::PointXYZI &p) |
| pcl::PointXYZI | dot (const pcl::PointXYZI &p, const float &scalar) |
| pcl::PointXYZI & | plus_assign (pcl::PointXYZI &lhs, const pcl::PointXYZI &rhs) |
Definition at line 132 of file point_operators.h.
typedef pcl::PointXYZI pcl::common::PointOperators< pcl::PointXYZI , pcl::PointXYZI >::PointIn [inherited] |
Definition at line 62 of file point_operators.h.
typedef pcl::PointXYZI pcl::common::PointOperators< pcl::PointXYZI , pcl::PointXYZI >::PointOut [inherited] |
Definition at line 63 of file point_operators.h.
| pcl::PointXYZI pcl::common::PointXYZItoPointXYZI::add | ( | const pcl::PointXYZI & | lhs, |
| const pcl::PointXYZI & | rhs | ||
| ) | [inline] |
Definition at line 162 of file point_operators.h.
| pcl::PointXYZI pcl::common::PointXYZItoPointXYZI::dot | ( | const float & | scalar, |
| const pcl::PointXYZI & | p | ||
| ) | [inline] |
Definition at line 185 of file point_operators.h.
| pcl::PointXYZI pcl::common::PointXYZItoPointXYZI::dot | ( | const pcl::PointXYZI & | p, |
| const float & | scalar | ||
| ) | [inline] |
Definition at line 196 of file point_operators.h.
| pcl::PointXYZI pcl::common::PointXYZItoPointXYZI::minus | ( | const pcl::PointXYZI & | lhs, |
| const pcl::PointXYZI & | rhs | ||
| ) | [inline] |
Definition at line 174 of file point_operators.h.
| pcl::PointXYZI pcl::common::PointXYZItoPointXYZI::operator() | ( | ) | [inline] |
Definition at line 135 of file point_operators.h.
| const pcl::PointXYZI& pcl::common::PointXYZItoPointXYZI::operator() | ( | const pcl::PointXYZI & | p | ) | [inline] |
Definition at line 143 of file point_operators.h.
| pcl::PointXYZI& pcl::common::PointXYZItoPointXYZI::operator() | ( | pcl::PointXYZI & | p | ) | [inline] |
Definition at line 149 of file point_operators.h.
| pcl::PointXYZI& pcl::common::PointXYZItoPointXYZI::plus_assign | ( | pcl::PointXYZI & | lhs, |
| const pcl::PointXYZI & | rhs | ||
| ) | [inline] |
Definition at line 202 of file point_operators.h.
1.8.0