![]()  | 
  
    Isis Developer Reference
    
   | 
 
#include <cmath>#include "AlbedoAtm.h"#include "NumericalApproximation.h"#include "IException.h"#include "IString.h"Namespaces | |
| namespace | Isis | 
| This is free and unencumbered software released into the public domain.  | |
Macros | |
| #define | MIN(x, y) (((x) < (y)) ? (x) : (y)) | 
| #define | MAX(x, y) (((x) > (y)) ? (x) : (y)) | 
Functions | |
| Isis::NormModel * | AlbedoAtmPlugin (Isis::Pvl &pvl, Isis::PhotoModel &pmodel, Isis::AtmosModel &amodel) | 
| #define MAX | ( | x, | |
| y | |||
| ) | (((x) > (y)) ? (x) : (y)) | 
| #define MIN | ( | x, | |
| y | |||
| ) | (((x) < (y)) ? (x) : (y)) | 
| Isis::NormModel * AlbedoAtmPlugin | ( | Isis::Pvl & | pvl, | 
| Isis::PhotoModel & | pmodel, | ||
| Isis::AtmosModel & | amodel | ||
| ) |