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 | ||
) |