USGS

Isis 3.0 Developer's Reference (API)

Home

AlbedoAtm.cpp File Reference

#include <cmath>
#include "AlbedoAtm.h"
#include "NumericalApproximation.h"
#include "iException.h"
#include "iString.h"

Namespaces

namespace  Isis
 

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


Defines

#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 Documentation

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

Function Documentation

Isis::NormModel* AlbedoAtmPlugin ( Isis::Pvl pvl,
Isis::PhotoModel pmodel,
Isis::AtmosModel amodel 
)