Isis Developer Reference
|
This class is used to create PhotoModel objects. More...
#include <PhotoModelFactory.h>
Static Public Member Functions | |
static PhotoModel * | Create (Pvl &pvl) |
Create a PhotoModel object using a PVL specification. | |
This class is used to create PhotoModel objects.
Typically, applications which perform photometric corrections need to use different types of photometric function such as Lambert, Minnaert, HapkeLegendre, etc. If this factory is given a Pvl object which contains a PhotoModel definition, it will create that specific instance of the class. For example,
Will create a Minnaert object (which is derived from PhotoModel). The simplest way to create a PhotoModel class is to use the static Create method.
|
static |
Create a PhotoModel object using a PVL specification.
An example of the PVL required for this is:
There are many other options that can be set via the pvl and are described in other documentation (see below).
pvl | The pvl object containing the specification |
References _FILEINFO_, Isis::FileName::fileExists(), Isis::PvlObject::Traverse, and Isis::IException::User.
Referenced by Isis::Photometry::Photometry().