ChannelProperties stores the properties of each channel in a cloud, namely: More...
#include <channel_properties.h>
Public Member Functions | |
ChannelProperties () | |
Default constructor. Sets: | |
Public Attributes | |
pcl::uint32_t | count |
The number of elements per channel (e.g., 1 for "xyz", 33 for "fpfh"). | |
pcl::uint8_t | datatype |
The type of data the channel contains. By convention: | |
std::string | name |
The name of the channel (e.g., "xyz", "rgb"). | |
pcl::uint32_t | offset |
The byte offset where data for the channel starts in the point cloud. | |
pcl::uint32_t | size |
The size of bytes per each element in the channel. |
ChannelProperties stores the properties of each channel in a cloud, namely:
This part of the API is for advanced users only, and constitutes a transition to the 2.0 API!
Definition at line 69 of file channel_properties.h.
pcl::ChannelProperties::ChannelProperties | ( | ) | [inline] |
pcl::uint32_t pcl::ChannelProperties::count |
The number of elements per channel (e.g., 1 for "xyz", 33 for "fpfh").
Definition at line 96 of file channel_properties.h.
pcl::uint8_t pcl::ChannelProperties::datatype |
The type of data the channel contains. By convention:
Definition at line 109 of file channel_properties.h.
std::string pcl::ChannelProperties::name |
The name of the channel (e.g., "xyz", "rgb").
Definition at line 87 of file channel_properties.h.
pcl::uint32_t pcl::ChannelProperties::offset |
The byte offset where data for the channel starts in the point cloud.
Definition at line 90 of file channel_properties.h.
pcl::uint32_t pcl::ChannelProperties::size |
The size of bytes per each element in the channel.
Definition at line 93 of file channel_properties.h.