![]() |
Isis 3 Developer Reference
|
Namespaces | |
Isis | |
Namespace for ISIS/Bullet specific routines. | |
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 | ||
) |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/12/2023 23:24:24 |