CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
OdPointCloudConverterParams Class Reference

#include <OdPointCloudConverter.h>

Public Member Functions

 OdPointCloudConverterParams ()
 
 ~OdPointCloudConverterParams ()
 

Public Attributes

float m_intensityBottom
 
float m_intensityUpper
 
bool m_isTerrestrial
 

Detailed Description

<group OdRx_Classes>

This is the interface class for working with point cloud converter parameters.

Definition at line 78 of file OdPointCloudConverter.h.

Constructor & Destructor Documentation

◆ OdPointCloudConverterParams()

OdPointCloudConverterParams::OdPointCloudConverterParams ( )
inline

Constructor for the OdPointCloudConverterParams class.

Remarks
Constructs point cloud convertor parameters with 0.0 value for lower intensity threshold, 100.0 value for upper intensity threshold. The m_isTerrestrial flag specifies that input data is terrestrial if set to true, otherwise data is lidar.

Definition at line 91 of file OdPointCloudConverter.h.

◆ ~OdPointCloudConverterParams()

OdPointCloudConverterParams::~OdPointCloudConverterParams ( )
inline

Destructor for the OdPointCloudConverterParams class.

Definition at line 99 of file OdPointCloudConverter.h.

Member Data Documentation

◆ m_intensityBottom

float OdPointCloudConverterParams::m_intensityBottom

Lower intensity threshold.

Definition at line 102 of file OdPointCloudConverter.h.

◆ m_intensityUpper

float OdPointCloudConverterParams::m_intensityUpper

Upper intensity threshold.

Definition at line 104 of file OdPointCloudConverter.h.

◆ m_isTerrestrial

bool OdPointCloudConverterParams::m_isTerrestrial

A flag, indicating whether input data is terrestrial (true) or lidar (false).

Definition at line 106 of file OdPointCloudConverter.h.


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