|
Isis 3.0 Developer's Reference (API) |
Home |
#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::NormModel * | AlbedoPlugin (Isis::Pvl &pvl, Isis::PhotoModel &pmodel) |
| #define MAX | ( | x, | |||
| y | ) | (((x) > (y)) ? (x) : (y)) |
Referenced by Isis::AtmosModel::G11Prime(), and Isis::EquatorialCylindricalShape::intersectSurface().
| #define MIN | ( | x, | |||
| y | ) | (((x) < (y)) ? (x) : (y)) |
| Isis::NormModel* AlbedoPlugin | ( | Isis::Pvl & | pvl, | |
| Isis::PhotoModel & | pmodel | |||
| ) |