Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
pcl::ChannelProperties Class Reference

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

#include <pcl/channel_properties.h>

Collaboration diagram for pcl::ChannelProperties:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ChannelProperties ()
 Default constructor.

Public Attributes

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.
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.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines