USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::Topo Class Reference

Topographic derivative of an arbitrary photometric function. More...

#include <Topo.h>

Inherits Isis::NormModel.

List of all members.

Public Member Functions

 Topo (Pvl &pvl, PhotoModel &pmodel)
virtual ~Topo ()
std::string AlgorithmName () const
 Return normalization algorithm name.
void CalcNrmAlbedo (double pha, double inc, double ema, double dn, double &albedo, double &mult, double &base)
 Calculate the albedo normalization.
void CalcNrmAlbedo (double pha, double inc, double ema, double deminc, double demema, double dn, double &albedo, double &mult, double &base)
 Calculate the normalization albedo using photometric angle information.
virtual void SetNormWavelength (double wavelength)
 Set the wavelength parameter.

Protected Member Functions

virtual void NormModelAlgorithm (double pha, double inc, double ema, double dn, double &albedo, double &mult, double &base)
virtual void NormModelAlgorithm (double pha, double inc, double ema, double deminc, double demema, double dn, double &albedo, double &mult, double &base)
void SetAlgorithmName (std::string name)
PhotoModelGetPhotoModel ()
AtmosModelGetAtmosModel ()

Protected Attributes

double p_normWavelength

Detailed Description

Topographic derivative of an arbitrary photometric function.

Author:
1999-01-08 Randy Kirk

Constructor & Destructor Documentation

Isis::Topo::Topo ( Pvl pvl,
PhotoModel pmodel 
)
virtual Isis::Topo::~Topo (  )  [inline, virtual]

Member Function Documentation

std::string Isis::NormModel::AlgorithmName (  )  const [inline, inherited]

Return normalization algorithm name.

void Isis::NormModel::CalcNrmAlbedo ( double  pha,
double  inc,
double  ema,
double  deminc,
double  demema,
double  dn,
double &  albedo,
double &  mult,
double &  base 
) [inherited]

Calculate the normalization albedo using photometric angle information.

Parameters:
pha input phase angle
inc input incidence angle for ellipsoid
ema input emission angle for ellipsoid
deminc input incidence angle for dem
demema input emission angle for dem
dn input albedo value

References Isis::NormModel::NormModelAlgorithm().

void Isis::NormModel::CalcNrmAlbedo ( double  pha,
double  inc,
double  ema,
double  dn,
double &  albedo,
double &  mult,
double &  base 
) [inherited]

Calculate the albedo normalization.

Calculate the normalization albedo using photometric angle information.

Parameters:
pha input phase angle
inc input incidence angle
ema input emission angle
dn input albedo value

References Isis::NormModel::NormModelAlgorithm().

Referenced by Isis::Photometry::Compute().

AtmosModel* Isis::NormModel::GetAtmosModel (  )  [inline, protected, inherited]
PhotoModel* Isis::NormModel::GetPhotoModel (  )  [inline, protected, inherited]
void Isis::Topo::NormModelAlgorithm ( double  pha,
double  inc,
double  ema,
double  deminc,
double  demema,
double  dn,
double &  albedo,
double &  mult,
double &  base 
) [protected, virtual]
virtual void Isis::Topo::NormModelAlgorithm ( double  pha,
double  inc,
double  ema,
double  dn,
double &  albedo,
double &  mult,
double &  base 
) [inline, protected, virtual]

Implements Isis::NormModel.

void Isis::NormModel::SetAlgorithmName ( std::string  name  )  [inline, protected, inherited]
void Isis::NormModel::SetNormWavelength ( double  wavelength  )  [virtual, inherited]

Set the wavelength parameter.

This value is obtained from the BandBin Center keyword of the image. This must be set by the application.

References Isis::NormModel::p_normWavelength.

Referenced by Isis::Photometry::SetPhotomWl().


Member Data Documentation

double Isis::NormModel::p_normWavelength [protected, inherited]

The documentation for this class was generated from the following files: