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)) |
Referenced by Isis::AtmosModel::G11Prime(), and Isis::EquatorialCylindricalShape::intersectSurface().
#define MIN | ( | x, | |
y ) (((x) < (y)) ? (x) : (y)) |
Referenced by Isis::ZeroBufferFit::df_x(), Isis::ZeroBufferFit::f_x(), and Isis::ZeroBufferFit::guess().
Isis::NormModel * AlbedoAtmPlugin | ( | Isis::Pvl & | pvl, |
Isis::PhotoModel & | pmodel, | ||
Isis::AtmosModel & | amodel ) |