Helios++
Helios software for LiDAR simulations
pyhelios::PyScanningStripWrapper Class Reference

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)
 
LeggetLegRef (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< ScanningStripss = nullptr
 

Detailed Description

Wrapper for ScanningStrip class.

Author
Alberto M. Esmoris Pena
Version
1.0
See also
ScanningStrip

Member Function Documentation

◆ getLegRef()

Leg& pyhelios::PyScanningStripWrapper::getLegRef ( int const  serialId)
inline

Like the ScanningStrip::getLeg but obtaining the leg by reference.

See also
ScanningStrip::getLeg

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