#include <organized_pointcloud_conversion.h>
Static Public Attributes | |
static const size_t | bytesPerPoint = 3 * sizeof(float) + 3 * sizeof(uint8_t) |
static const unsigned int | channels = 4 |
static const bool | hasColor = true |
Definition at line 63 of file organized_pointcloud_conversion.h.
const size_t pcl::io::CompressionPointTraits< PointXYZRGB >::bytesPerPoint = 3 * sizeof(float) + 3 * sizeof(uint8_t) [static] |
Definition at line 67 of file organized_pointcloud_conversion.h.
const unsigned int pcl::io::CompressionPointTraits< PointXYZRGB >::channels = 4 [static] |
Definition at line 66 of file organized_pointcloud_conversion.h.
const bool pcl::io::CompressionPointTraits< PointXYZRGB >::hasColor = true [static] |
Definition at line 65 of file organized_pointcloud_conversion.h.