#include <organized_pointcloud_conversion.h>
Static Public Attributes | |
static const size_t | bytesPerPoint = 3 * sizeof(float) |
static const unsigned int | channels = 1 |
static const bool | hasColor = false |
Definition at line 55 of file organized_pointcloud_conversion.h.
const size_t pcl::io::CompressionPointTraits< PointT >::bytesPerPoint = 3 * sizeof(float) [static] |
Definition at line 59 of file organized_pointcloud_conversion.h.
const unsigned int pcl::io::CompressionPointTraits< PointT >::channels = 1 [static] |
Definition at line 58 of file organized_pointcloud_conversion.h.
const bool pcl::io::CompressionPointTraits< PointT >::hasColor = false [static] |
Definition at line 57 of file organized_pointcloud_conversion.h.