|
Point Cloud Library (PCL)
1.11.1
|
#include <pcl/PCLImage.h>
Collaboration diagram for pcl::PCLImage:Public Types | |
| using | Ptr = shared_ptr< ::pcl::PCLImage > |
| using | ConstPtr = shared_ptr< const ::pcl::PCLImage > |
Public Attributes | |
| ::pcl::PCLHeader | header |
| std::uint32_t | height = 0 |
| std::uint32_t | width = 0 |
| std::string | encoding |
| std::uint8_t | is_bigendian = 0 |
| std::uint32_t | step = 0 |
| std::vector< std::uint8_t > | data |
Definition at line 11 of file PCLImage.h.
| using pcl::PCLImage::ConstPtr = shared_ptr<const ::pcl::PCLImage> |
Definition at line 25 of file PCLImage.h.
| using pcl::PCLImage::Ptr = shared_ptr< ::pcl::PCLImage> |
Definition at line 24 of file PCLImage.h.
| std::vector<std::uint8_t> pcl::PCLImage::data |
Definition at line 22 of file PCLImage.h.
Referenced by pcl::io::PointCloudImageExtractor< PointT >::extract(), pcl::io::PointCloudImageExtractorWithScaling< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromNormalField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromRGBField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromLabelField< PointT >::extractImpl(), and pcl::toPCLPointCloud2().
| std::string pcl::PCLImage::encoding |
Definition at line 17 of file PCLImage.h.
Referenced by pcl::io::PointCloudImageExtractor< PointT >::extract(), pcl::io::PointCloudImageExtractorWithScaling< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromNormalField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromRGBField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromLabelField< PointT >::extractImpl(), and pcl::toPCLPointCloud2().
| ::pcl::PCLHeader pcl::PCLImage::header |
Definition at line 13 of file PCLImage.h.
| std::uint32_t pcl::PCLImage::height = 0 |
Definition at line 15 of file PCLImage.h.
Referenced by pcl::io::PointCloudImageExtractorWithScaling< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromNormalField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromRGBField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromLabelField< PointT >::extractImpl(), and pcl::toPCLPointCloud2().
| std::uint8_t pcl::PCLImage::is_bigendian = 0 |
Definition at line 19 of file PCLImage.h.
| std::uint32_t pcl::PCLImage::step = 0 |
Definition at line 20 of file PCLImage.h.
Referenced by pcl::io::PointCloudImageExtractorWithScaling< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromNormalField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromRGBField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromLabelField< PointT >::extractImpl(), and pcl::toPCLPointCloud2().
| std::uint32_t pcl::PCLImage::width = 0 |
Definition at line 16 of file PCLImage.h.
Referenced by pcl::io::PointCloudImageExtractorWithScaling< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromNormalField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromRGBField< PointT >::extractImpl(), pcl::io::PointCloudImageExtractorFromLabelField< PointT >::extractImpl(), and pcl::toPCLPointCloud2().