USGS

Isis 3.0 Developer's Reference (API)

Home

AtmosModel.cpp File Reference

#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

namespace  Isis
 

Unless noted otherwise, the portions of Isis written by the USGS are public domain.


Defines

#define MAX(x, y)   (((x) > (y)) ? (x) : (y))

Define Documentation

#define MAX ( x,
 )     (((x) > (y)) ? (x) : (y))