Point Cloud Library (PCL)  1.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions
pcl::common::PointXYZItoPointXYZI Struct Reference

#include <pcl/common/point_operators.h>

Inheritance diagram for pcl::common::PointXYZItoPointXYZI:
Inheritance graph
[legend]
Collaboration diagram for pcl::common::PointXYZItoPointXYZI:
Collaboration graph
[legend]

List of all members.

Public Types

typedef pcl::PointXYZI PointIn
typedef pcl::PointXYZI PointOut

Public Member Functions

pcl::PointXYZI operator() ()
const pcl::PointXYZIoperator() (const pcl::PointXYZI &p)
pcl::PointXYZIoperator() (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::PointXYZIplus_assign (pcl::PointXYZI &lhs, const pcl::PointXYZI &rhs)

Detailed Description

Definition at line 132 of file point_operators.h.


Member Typedef Documentation

Definition at line 62 of file point_operators.h.

Definition at line 63 of file point_operators.h.


Member Function Documentation

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.

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.

Definition at line 202 of file point_operators.h.


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