![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <pcl/PCLPointCloud2.h>#include <pcl/PolygonMesh.h>#include <pcl/TextureMesh.h>#include <pcl/geometry/planar_polygon.h>#include <pcl/point_types.h>

Go to the source code of this file.
Typedefs | |
| typedef pcl::PointXYZ | PointT |
| typedef pcl::PointCloud< PointT > | PointCloudT |
| typedef pcl::PointXYZI | PointIntensity |
| typedef pcl::PointCloud< PointIntensity > | PointCloudI |
| typedef pcl::PointXYZRGB | PointRGB |
| typedef pcl::PointCloud< PointRGB > | PointCloudRGB |
| typedef pcl::PointXYZRGBA | PointRGBA |
| typedef pcl::PointCloud< PointRGBA > | PointCloudRGBA |
| typedef pcl::PointNormal | PointNT |
| typedef pcl::PointCloud< PointNT > | PointCloudNormal |
| typedef pcl::Normal | NormalT |
| typedef pcl::PointCloud< NormalT > | CloudNormal |
| typedef pcl::PointXYZRGBNormal | PointRGBNormal |
| typedef pcl::PointCloud< PointRGBNormal > | PointCloudRGBNormal |
| typedef pcl::PolygonMesh | PCLMesh |
| typedef pcl::TexMaterial | PCLMaterial |
| typedef pcl::TextureMesh | PCLTextureMesh |
| typedef pcl::PCLPointCloud2 | PCLCloud |
| typedef pcl::PointCloud< PointT > | PCLPolyLine |
| typedef pcl::PlanarPolygon< PointT > | PCLPolygon |
| typedef pcl::PointCloud<NormalT> CloudNormal |
Definition at line 27 of file PCLCloud.h.
| typedef pcl::Normal NormalT |
Definition at line 26 of file PCLCloud.h.
| typedef pcl::PCLPointCloud2 PCLCloud |
Definition at line 34 of file PCLCloud.h.
| typedef pcl::TexMaterial PCLMaterial |
Definition at line 32 of file PCLCloud.h.
| typedef pcl::PolygonMesh PCLMesh |
Definition at line 31 of file PCLCloud.h.
| typedef pcl::PlanarPolygon<PointT> PCLPolygon |
Definition at line 36 of file PCLCloud.h.
| typedef pcl::PointCloud<PointT> PCLPolyLine |
Definition at line 35 of file PCLCloud.h.
| typedef pcl::TextureMesh PCLTextureMesh |
Definition at line 33 of file PCLCloud.h.
| typedef pcl::PointCloud<PointIntensity> PointCloudI |
Definition at line 19 of file PCLCloud.h.
| typedef pcl::PointCloud<PointNT> PointCloudNormal |
Definition at line 25 of file PCLCloud.h.
| typedef pcl::PointCloud<PointRGB> PointCloudRGB |
Definition at line 21 of file PCLCloud.h.
| typedef pcl::PointCloud<PointRGBA> PointCloudRGBA |
Definition at line 23 of file PCLCloud.h.
| typedef pcl::PointCloud<PointRGBNormal> PointCloudRGBNormal |
Definition at line 29 of file PCLCloud.h.
| typedef pcl::PointCloud<PointT> PointCloudT |
Definition at line 17 of file PCLCloud.h.
| typedef pcl::PointXYZI PointIntensity |
Definition at line 18 of file PCLCloud.h.
| typedef pcl::PointNormal PointNT |
Definition at line 24 of file PCLCloud.h.
| typedef pcl::PointXYZRGB PointRGB |
Definition at line 20 of file PCLCloud.h.
| typedef pcl::PointXYZRGBA PointRGBA |
Definition at line 22 of file PCLCloud.h.
| typedef pcl::PointXYZRGBNormal PointRGBNormal |
Definition at line 28 of file PCLCloud.h.
| typedef pcl::PointXYZ PointT |
Definition at line 16 of file PCLCloud.h.