|
Isis Developer Reference
|
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
PvlGroup & group(const int index)
Return the group at the specified index.
Definition: PvlObject.cpp:452
File name manipulation and expansion.
Definition: FileName.h:100
@ Unknown
A type of error that cannot be classified as any of the other error types.
Definition: IException.h:118
Container for cube-like labels.
Definition: Pvl.h:119
virtual ~Plugin()
Destroys the Plugin object.
Definition: Plugin.h:60
QString expanded() const
Returns a QString of the full file name including the file path, excluding the attributes.
Definition: FileName.cpp:196
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
Plugin()
Constructs a Plugin object.
Definition: Plugin.cpp:22
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
Isis exception class.
Definition: IException.h:91
Namespace for the standard library.
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Loads plugins from a shared library.
Definition: Plugin.h:55