66 QString algorithm =
"";
68 algorithm = QString(algo[
"AtmName"]);
71 algorithm = QString(algo[
"Name"]);
74 QString msg =
"Keyword [Name] or keyword [AtmName] must ";
75 msg +=
"exist in [Group = Algorithm]";
83 p->
read(
"AtmosModel.plugin");
86 p->
read(
"$ISISROOT/lib/AtmosModel.plugin");
93 return (*plugin)(pvl, pmodel);
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
File name manipulation and expansion.
PvlObjectIterator findObject(const QString &name, PvlObjectIterator beg, PvlObjectIterator end)
Find the index of object with a specified name, between two indexes.
Loads plugins from a shared library.
static AtmosModel * Create(Pvl &pvl, PhotoModel &pmodel)
Create an AtmosModel object using a PVL specification.
Isotropic atmos scattering model.
Contains multiple PvlContainers.
#define _FILEINFO_
Macro for the filename and line number.
A type of error that could only have occurred due to a mistake on the user's part (e...
Container for cube-like labels.
Namespace for ISIS/Bullet specific routines.
QFunctionPointer GetPlugin(const QString &group)
This method returns a void pointer to a C function (i.e., the plugin) It does this by looking in itse...
void read(const QString &file)
Loads PVL information from a stream.
bool fileExists() const
Returns true if the file exists; false otherwise.