|
Isis 3.0
| Home |
#include <cmath>#include <string>#include "Pvl.h"#include "IString.h"#include "AtmosModel.h"#include "NumericalApproximation.h"#include "NumericalAtmosApprox.h"#include "PhotoModel.h"#include "Minnaert.h"#include "LunarLambert.h"#include "Plugin.h"#include "IException.h"#include "FileName.h"Namespaces | |
| Isis | |
| Unless noted otherwise, the portions of Isis written by the USGS are public domain. | |
Macros | |
| #define | MAX(x, y) (((x) > (y)) ? (x) : (y)) |
| #define MAX | ( | x, | |
| y | |||
| ) | (((x) > (y)) ? (x) : (y)) |
Referenced by Isis::AtmosModel::G11Prime().