Helios++
Helios software for LiDAR simulations
|
Wrapper for ScanningStrip class. More...
#include <PyScanningStripWrapper.h>
Public Member Functions | |
PyScanningStripWrapper (std::shared_ptr< ScanningStrip > ss) | |
std::string | getStripId () |
void | setStripId (std::string const stripId) |
Leg & | getLegRef (int const serialId) |
Like the ScanningStrip::getLeg but obtaining the leg by reference. More... | |
bool | isLastLegInStrip () |
bool | has (int const serialId) |
bool | has (Leg &leg) |
Public Attributes | |
std::shared_ptr< ScanningStrip > | ss = nullptr |
|
inline |
Like the ScanningStrip::getLeg but obtaining the leg by reference.