Isis 3 Developer Reference
MoonAlbedo.cpp File Reference
#include <cmath>
#include "MoonAlbedo.h"
#include "SpecialPixel.h"
#include "IException.h"

Namespaces

 Isis
 Namespace for ISIS/Bullet specific routines.
 

Macros

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

Functions

Isis::NormModelMoonAlbedoPlugin (Isis::Pvl &pvl, Isis::PhotoModel &pmodel)
 

Macro Definition Documentation

◆ MAX

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

◆ MIN

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

Function Documentation

◆ MoonAlbedoPlugin()

Isis::NormModel* MoonAlbedoPlugin ( Isis::Pvl pvl,
Isis::PhotoModel pmodel 
)