Isis 3 Developer Reference
|
#include <cmath>
#include "AlbedoAtm.h"
#include "NumericalApproximation.h"
#include "IException.h"
#include "IString.h"
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 * | 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 | ||
) |