NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwPointCloudAuxChannel Struct Reference

Detailed Description

Struct holding information about aux channel.

Definition at line 61 of file PointCloud.h.

Data Fields

uint32_t elementSize
 Size in bytes of an element in the aux buffer. More...
 
uint32_t channelIdx
 Channel index the aux data refers to. More...
 
uint32_t size
 Number of elements in a channel. More...
 
voiddata
 Pointer to the start of the data for this channel. More...
 

Field Documentation

◆ channelIdx

uint32_t dwPointCloudAuxChannel::channelIdx

Channel index the aux data refers to.

Definition at line 64 of file PointCloud.h.

◆ data

void* dwPointCloudAuxChannel::data

Pointer to the start of the data for this channel.

Number of elements is the size of the point cloud. To access channel[C] for point I, one would do pc.auxChannels[C].data[I]

Definition at line 70 of file PointCloud.h.

◆ elementSize

uint32_t dwPointCloudAuxChannel::elementSize

Size in bytes of an element in the aux buffer.

Definition at line 63 of file PointCloud.h.

◆ size

uint32_t dwPointCloudAuxChannel::size

Number of elements in a channel.

Definition at line 65 of file PointCloud.h.


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