#include <Functions.h>
Public Member Functions | |
| SpectralSensorParams () | |
| SpectralSensorParams (const int &band, const double &lower, const double &upper, const double &min, const double &max) | |
Public Attributes | |
| int | m_band |
| double | m_lower |
| double | m_max |
| double | m_min |
| double | m_upper |
Definition at line 81 of file Functions.h.
|
inline |
Definition at line 83 of file Functions.h.
|
inline |
| int te::rp::SpectralSensorParams::m_band |
Definition at line 93 of file Functions.h.
Referenced by SpectralSensorParams().
| double te::rp::SpectralSensorParams::m_lower |
Definition at line 94 of file Functions.h.
Referenced by SpectralSensorParams().
| double te::rp::SpectralSensorParams::m_max |
Definition at line 97 of file Functions.h.
Referenced by SpectralSensorParams().
| double te::rp::SpectralSensorParams::m_min |
Definition at line 96 of file Functions.h.
Referenced by SpectralSensorParams().
| double te::rp::SpectralSensorParams::m_upper |
Definition at line 95 of file Functions.h.
Referenced by SpectralSensorParams().