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

#include <pcl/common/point_operators.h>

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

List of all members.

Public Types

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

Public Member Functions

PointXYZI operator() (pcl::PointXYZRGB &p)
pcl::PointXYZI add (const pcl::PointXYZRGB &lhs, const pcl::PointXYZRGB &rhs)
pcl::PointXYZI dot (const float &scalar, const pcl::PointXYZRGB &p)
pcl::PointXYZIplus_assign (pcl::PointXYZI &lhs, const pcl::PointXYZI &rhs)

Detailed Description

Definition at line 252 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 264 of file point_operators.h.

pcl::PointXYZI pcl::common::PointXYZRGBtoPointXYZI::dot ( const float &  scalar,
const pcl::PointXYZRGB p 
) [inline]

Definition at line 273 of file point_operators.h.

PointXYZI pcl::common::PointXYZRGBtoPointXYZI::operator() ( pcl::PointXYZRGB p) [inline]

Definition at line 255 of file point_operators.h.

Definition at line 282 of file point_operators.h.


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