Openholo  v4.0
Open Source Digital Holographic Library
OphPointCloudData Struct Reference

Data for Point Cloud. More...

#include <ophGen.h>

Collaboration diagram for OphPointCloudData:

Public Member Functions

 OphPointCloudData ()
 

Public Attributes

ulonglong n_points
 Number of points. More...
 
int n_colors
 Number of color channel. More...
 
Vertexvertices
 Data of point clouds. More...
 

Detailed Description

Data for Point Cloud.

Definition at line 583 of file ophGen.h.

Constructor & Destructor Documentation

◆ OphPointCloudData()

OphPointCloudData::OphPointCloudData ( )
inline

Definition at line 591 of file ophGen.h.

Member Data Documentation

◆ n_colors

int OphPointCloudData::n_colors

Number of color channel.

Definition at line 587 of file ophGen.h.

◆ n_points

ulonglong OphPointCloudData::n_points

Number of points.

Definition at line 585 of file ophGen.h.

◆ vertices

Vertex* OphPointCloudData::vertices

Data of point clouds.

Definition at line 589 of file ophGen.h.


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