ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PCLCloud.h File Reference
#include <pcl/PCLPointCloud2.h>
#include <pcl/PolygonMesh.h>
#include <pcl/TextureMesh.h>
#include <pcl/geometry/planar_polygon.h>
#include <pcl/point_types.h>
Include dependency graph for PCLCloud.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef pcl::PointXYZ PointT
 
typedef pcl::PointCloud< PointTPointCloudT
 
typedef pcl::PointXYZI PointIntensity
 
typedef pcl::PointCloud< PointIntensityPointCloudI
 
typedef pcl::PointXYZRGB PointRGB
 
typedef pcl::PointCloud< PointRGBPointCloudRGB
 
typedef pcl::PointXYZRGBA PointRGBA
 
typedef pcl::PointCloud< PointRGBAPointCloudRGBA
 
typedef pcl::PointNormal PointNT
 
typedef pcl::PointCloud< PointNTPointCloudNormal
 
typedef pcl::Normal NormalT
 
typedef pcl::PointCloud< NormalTCloudNormal
 
typedef pcl::PointXYZRGBNormal PointRGBNormal
 
typedef pcl::PointCloud< PointRGBNormalPointCloudRGBNormal
 
typedef pcl::PolygonMesh PCLMesh
 
typedef pcl::TexMaterial PCLMaterial
 
typedef pcl::TextureMesh PCLTextureMesh
 
typedef pcl::PCLPointCloud2 PCLCloud
 
typedef pcl::PointCloud< PointTPCLPolyLine
 
typedef pcl::PlanarPolygon< PointTPCLPolygon
 

Typedef Documentation

◆ CloudNormal

typedef pcl::PointCloud<NormalT> CloudNormal

Definition at line 27 of file PCLCloud.h.

◆ NormalT

typedef pcl::Normal NormalT

Definition at line 26 of file PCLCloud.h.

◆ PCLCloud

typedef pcl::PCLPointCloud2 PCLCloud

Definition at line 34 of file PCLCloud.h.

◆ PCLMaterial

typedef pcl::TexMaterial PCLMaterial

Definition at line 32 of file PCLCloud.h.

◆ PCLMesh

typedef pcl::PolygonMesh PCLMesh

Definition at line 31 of file PCLCloud.h.

◆ PCLPolygon

typedef pcl::PlanarPolygon<PointT> PCLPolygon

Definition at line 36 of file PCLCloud.h.

◆ PCLPolyLine

typedef pcl::PointCloud<PointT> PCLPolyLine

Definition at line 35 of file PCLCloud.h.

◆ PCLTextureMesh

typedef pcl::TextureMesh PCLTextureMesh

Definition at line 33 of file PCLCloud.h.

◆ PointCloudI

typedef pcl::PointCloud<PointIntensity> PointCloudI

Definition at line 19 of file PCLCloud.h.

◆ PointCloudNormal

typedef pcl::PointCloud<PointNT> PointCloudNormal

Definition at line 25 of file PCLCloud.h.

◆ PointCloudRGB

typedef pcl::PointCloud<PointRGB> PointCloudRGB

Definition at line 21 of file PCLCloud.h.

◆ PointCloudRGBA

typedef pcl::PointCloud<PointRGBA> PointCloudRGBA

Definition at line 23 of file PCLCloud.h.

◆ PointCloudRGBNormal

typedef pcl::PointCloud<PointRGBNormal> PointCloudRGBNormal

Definition at line 29 of file PCLCloud.h.

◆ PointCloudT

typedef pcl::PointCloud<PointT> PointCloudT

Definition at line 17 of file PCLCloud.h.

◆ PointIntensity

typedef pcl::PointXYZI PointIntensity

Definition at line 18 of file PCLCloud.h.

◆ PointNT

typedef pcl::PointNormal PointNT

Definition at line 24 of file PCLCloud.h.

◆ PointRGB

typedef pcl::PointXYZRGB PointRGB

Definition at line 20 of file PCLCloud.h.

◆ PointRGBA

typedef pcl::PointXYZRGBA PointRGBA

Definition at line 22 of file PCLCloud.h.

◆ PointRGBNormal

typedef pcl::PointXYZRGBNormal PointRGBNormal

Definition at line 28 of file PCLCloud.h.

◆ PointT

typedef pcl::PointXYZ PointT

Definition at line 16 of file PCLCloud.h.