playerc_pointcloud3d_t Struct Reference

pointcloud3d proxy data. More...

#include <playerc.h>

Collaboration diagram for playerc_pointcloud3d_t:
Collaboration graph

Detailed Description

pointcloud3d proxy data.

Public Attributes

playerc_device_t info
 Device info; must be at the start of all device structures. More...
 
uint16_t points_count
 The number of 3D pointcloud elementS found. More...
 
playerc_pointcloud3d_element_tpoints
 The list of 3D pointcloud elements. More...
 

Member Data Documentation

◆ info

playerc_device_t playerc_pointcloud3d_t::info

Device info; must be at the start of all device structures.

◆ points

playerc_pointcloud3d_element_t* playerc_pointcloud3d_t::points

The list of 3D pointcloud elements.

Referenced by PlayerCc::Pointcloud3dProxy::GetPoint().

◆ points_count

uint16_t playerc_pointcloud3d_t::points_count

The number of 3D pointcloud elementS found.

Referenced by PlayerCc::Pointcloud3dProxy::GetCount().


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