Helios++
Helios software for LiDAR simulations
|
Wrapper for AbstractDetector class. More...
#include <PyDetectorWrapper.h>
Public Member Functions | |
PyDetectorWrapper (std::shared_ptr< AbstractDetector > detector) | |
double | getAccuracy () |
void | setAccuracy (double const accuracy) |
double | getRangeMin () |
void | setRangeMin (double const rangeMin) |
double | getRangeMax () |
void | setRangeMax (double const rangeMax) |
double | getLasScale () |
void | setLasScale (double const lasScale) |
Public Attributes | |
AbstractDetector & | detector |