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

Data for Point Cloud. More...

#include <ophGen.h>

Collaboration diagram for OphPointCloudData:

Public Member Functions

 OphPointCloudData ()
 
 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 582 of file ophGen.h.

Constructor & Destructor Documentation

◆ OphPointCloudData() [1/2]

OphPointCloudData::OphPointCloudData ( )
inline

Definition at line 590 of file ophGen.h.

◆ OphPointCloudData() [2/2]

OphPointCloudData::OphPointCloudData ( )
inline

Definition at line 590 of file ophGen.h.

Member Data Documentation

◆ n_colors

int OphPointCloudData::n_colors

Number of color channel.

Definition at line 586 of file ophGen.h.

◆ n_points

ulonglong OphPointCloudData::n_points

Number of points.

Definition at line 584 of file ophGen.h.

◆ vertices

Vertex * OphPointCloudData::vertices

Data of point clouds.

Definition at line 588 of file ophGen.h.


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