|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef NormModelFactory_h
2 #define NormModelFactory_h
Definition: PhotoModel.h:41
File name manipulation and expansion.
Definition: FileName.h:100
bool fileExists() const
Returns true if the file exists; false otherwise.
Definition: FileName.cpp:449
Isotropic atmos scattering model.
Definition: AtmosModel.h:60
bool hasKeyword(const QString &name) const
Check to see if a keyword exists.
Definition: PvlContainer.cpp:159
Container for cube-like labels.
Definition: Pvl.h:119
static NormModel * Create(Pvl &pvl, PhotoModel &pmodel)
Create a NormModel object using a PVL specification.
Definition: NormModelFactory.cpp:36
@ 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
void read(const QString &file)
Loads PVL information from a stream.
Definition: Pvl.cpp:90
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
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...
Definition: Plugin.cpp:39
This class is used to create NormModel objects.
Definition: NormModelFactory.h:52
Isis exception class.
Definition: IException.h:91
Adds specific functionality to C++ strings.
Definition: IString.h:165
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
Loads plugins from a shared library.
Definition: Plugin.h:55