Isis Developer Reference
AlbedoAtm.cpp File 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::NormModelAlbedoAtmPlugin (Isis::Pvl &pvl, Isis::PhotoModel &pmodel, Isis::AtmosModel &amodel)
 

Macro Definition Documentation

◆ MAX

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

◆ MIN

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

Function Documentation

◆ AlbedoAtmPlugin()

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