|
Isis Developer Reference
|
Go to the documentation of this file.
38 double dn,
double &albedo,
double &mult,
double &base) {};
40 double deminc,
double demema,
double dn,
double &albedo,
41 double &mult,
double &base);
45 void SetNormPharef(
const double pharef);
46 void SetNormIncref(
const double incref);
47 void SetNormEmaref(
const double emaref);
48 void SetNormThresh(
const double thresh);
49 void SetNormAlbedo(
const double albedo);
Topo(Pvl &pvl, PhotoModel &pmodel)
Definition: Topo.cpp:15
Definition: PhotoModel.h:41
@ Unknown
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:118
virtual ~Topo()
Definition: Topo.h:34
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
double CalcSurfAlbedo(double pha, double inc, double ema)
Calculate the surface brightness using photometric angle information.
Definition: PhotoModel.cpp:177
Container for cube-like labels.
Definition: Pvl.h:119
double PhtTopder(double phase, double incidence, double emission)
Obtain topographic derivative of an arbitrary photometric function.
Definition: PhotoModel.cpp:64
Isis::NormModel * TopoPlugin(Isis::Pvl &pvl, Isis::PhotoModel &pmodel)
Definition: Topo.cpp:186
@ Traverse
Search child objects.
Definition: PvlObject.h:158
Definition: NormModel.h:36
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
const double NULL8
Definition: SpecialPixel.h:94
PvlObjectIterator findObject(const QString &name, PvlObjectIterator beg, PvlObjectIterator end)
Find the index of object with a specified name, between two indexes.
Definition: PvlObject.h:274
virtual void NormModelAlgorithm(double pha, double inc, double ema, double dn, double &albedo, double &mult, double &base)
Definition: Topo.h:37
Isis exception class.
Definition: IException.h:91
virtual void SetStandardConditions(bool standard)
Sets whether standard conditions will be used.
Definition: PhotoModel.cpp:50
PhotoModel * GetPhotoModel()
Definition: NormModel.h:66
Adds specific functionality to C++ strings.
Definition: IString.h:165
Topographic derivative of an arbitrary photometric function.
Definition: Topo.h:31
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
@ User
A type of error that could only have occurred due to a mistake on the user's part (e....
Definition: IException.h:126