| 
    Isis 3.0
    
   | Home | 
Namespaces | |
| Isis | |
| Unless noted otherwise, the portions of Isis written by the USGS are public domain.  | |
Macros | |
| #define | MIN(x, y) (((x) < (y)) ? (x) : (y)) | 
| #define | MAX(x, y) (((x) > (y)) ? (x) : (y)) | 
Functions | |
| Isis::NormModel * | MoonAlbedoPlugin (Isis::Pvl &pvl, Isis::PhotoModel &pmodel) | 
| #define MAX | ( | x, | |
| y | |||
| ) | (((x) > (y)) ? (x) : (y)) | 
| #define MIN | ( | x, | |
| y | |||
| ) | (((x) < (y)) ? (x) : (y)) | 
| Isis::NormModel* MoonAlbedoPlugin | ( | Isis::Pvl & | pvl, | 
| Isis::PhotoModel & | pmodel | ||
| ) |