USGS

Isis 3.0 Developer's Reference (API)

Home

Albedo.cpp File Reference

#include "Albedo.h"
#include "SpecialPixel.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::NormModelAlbedoPlugin (Isis::Pvl &pvl, Isis::PhotoModel &pmodel)

Define Documentation

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

Function Documentation

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