CFx SDK Documentation 2024 SP0
|
#include <OdPointCloudConverter.h>
Public Member Functions | |
OdPointCloudConverterParams () | |
~OdPointCloudConverterParams () | |
Public Attributes | |
float | m_intensityBottom |
float | m_intensityUpper |
bool | m_isTerrestrial |
<group OdRx_Classes>
This is the interface class for working with point cloud converter parameters.
Definition at line 78 of file OdPointCloudConverter.h.
|
inline |
Constructor for the OdPointCloudConverterParams class.
Definition at line 91 of file OdPointCloudConverter.h.
|
inline |
Destructor for the OdPointCloudConverterParams class.
Definition at line 99 of file OdPointCloudConverter.h.
float OdPointCloudConverterParams::m_intensityBottom |
Lower intensity threshold.
Definition at line 102 of file OdPointCloudConverter.h.
float OdPointCloudConverterParams::m_intensityUpper |
Upper intensity threshold.
Definition at line 104 of file OdPointCloudConverter.h.
bool OdPointCloudConverterParams::m_isTerrestrial |
A flag, indicating whether input data is terrestrial (true) or lidar (false).
Definition at line 106 of file OdPointCloudConverter.h.