0.1.26
Loading...
Searching...
No Matches
pyhelios.LiDARCloud.ReturnMode Class Reference

Return-reporting mode for analytic-waveform synthetic scans (see :meth:LiDARCloud.getScanReturnMode/:meth:LiDARCloud.setScanReturnMode). More...

Detailed Description

Return-reporting mode for analytic-waveform synthetic scans (see :meth:LiDARCloud.getScanReturnMode/:meth:LiDARCloud.setScanReturnMode).

MULTI reports every detected return (discrete multi-return, no limit); SINGLE reports at most :meth:LiDARCloud.getScanMaxReturns returns per pulse, selected by the scan's :class:SingleReturnSelection policy.

Definition at line 106 of file LiDARCloud.py.

+ Inheritance diagram for pyhelios.LiDARCloud.ReturnMode:
+ Collaboration diagram for pyhelios.LiDARCloud.ReturnMode:

Static Public Attributes

int MULTI = 0
 
int SINGLE = 1
 

Member Data Documentation

◆ MULTI

int pyhelios.LiDARCloud.ReturnMode.MULTI = 0
static

Definition at line 107 of file LiDARCloud.py.

◆ SINGLE

int pyhelios.LiDARCloud.ReturnMode.SINGLE = 1
static

Definition at line 108 of file LiDARCloud.py.


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