|
WSF
|
A table (i.e.: f(az,el)) for a given wavelength limit with a state. More...
#include <WsfStandardOpticalReflectivity.hpp>
Public Member Functions | |
| Table (double aWavelengthLimit, UtAzElTable *aTablePtr) | |
Public Attributes | |
| double | mWavelengthLimit |
| The upper wavelength to which this table applies. | |
| UtAzElTable * | mTablePtr |
| A pointer to the actual table data for this table. | |
A table (i.e.: f(az,el)) for a given wavelength limit with a state.
| WsfStandardOpticalReflectivity::Table::Table | ( | double | aWavelengthLimit, |
| UtAzElTable * | aTablePtr ) |
Constructor to create a table reference.
| aWavelengthLimit | The maximum wavelength to which this table applies. |
| aTablePtr | Pointer to the table data that defines the signature. |
References mTablePtr, and mWavelengthLimit.
| UtAzElTable* WsfStandardOpticalReflectivity::Table::mTablePtr |
A pointer to the actual table data for this table.
Referenced by Table().
| double WsfStandardOpticalReflectivity::Table::mWavelengthLimit |
The upper wavelength to which this table applies.
Referenced by Table().