te::rp::SpectralSensorParams Struct Reference

#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
 

Detailed Description

Definition at line 80 of file Functions.h.

Constructor & Destructor Documentation

◆ SpectralSensorParams() [1/2]

te::rp::SpectralSensorParams::SpectralSensorParams ( )
inline

Definition at line 82 of file Functions.h.

◆ SpectralSensorParams() [2/2]

te::rp::SpectralSensorParams::SpectralSensorParams ( const int &  band,
const double &  lower,
const double &  upper,
const double &  min,
const double &  max 
)
inline

Definition at line 84 of file Functions.h.

Member Data Documentation

◆ m_band

int te::rp::SpectralSensorParams::m_band

Definition at line 92 of file Functions.h.

◆ m_lower

double te::rp::SpectralSensorParams::m_lower

Definition at line 93 of file Functions.h.

◆ m_max

double te::rp::SpectralSensorParams::m_max

Definition at line 96 of file Functions.h.

◆ m_min

double te::rp::SpectralSensorParams::m_min

Definition at line 95 of file Functions.h.

◆ m_upper

double te::rp::SpectralSensorParams::m_upper

Definition at line 94 of file Functions.h.


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