56     QString operatorName = op[
"Name"];
    60     FileName f(
"InterestOperator.plugin");
    62       p.
read(
"InterestOperator.plugin");
    65       p.
read(
"$ISISROOT/lib/InterestOperator.plugin");
    71     return (*plugin)(pPvl);
 static InterestOperator * Create(Pvl &pPvl)
Create an InterestOperator object using a PVL specification. 
 
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes. 
 
File name manipulation and expansion. 
 
Loads plugins from a shared library. 
 
Contains multiple PvlContainers. 
 
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.