Public Member Functions | Public Attributes
pcl::ChannelProperties Class Reference

ChannelProperties stores the properties of each channel in a cloud, namely: More...

#include <channel_properties.h>

List of all members.

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.

Detailed Description

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!

Author:
Radu B. Rusu

Definition at line 69 of file channel_properties.h.


Constructor & Destructor Documentation

Default constructor. Sets:

Definition at line 81 of file channel_properties.h.


Member Data Documentation

The number of elements per channel (e.g., 1 for "xyz", 33 for "fpfh").

Definition at line 96 of file channel_properties.h.

The type of data the channel contains. By convention:

  • INT8 = 1
  • UINT8 = 2
  • INT16 = 3
  • UINT16 = 4
  • INT32 = 5
  • UINT32 = 6
  • FLOAT32 = 7
  • FLOAT64 = 8

Definition at line 109 of file channel_properties.h.

The name of the channel (e.g., "xyz", "rgb").

Definition at line 87 of file channel_properties.h.

The byte offset where data for the channel starts in the point cloud.

Definition at line 90 of file channel_properties.h.

The size of bytes per each element in the channel.

Definition at line 93 of file channel_properties.h.


The documentation for this class was generated from the following file:


pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:17