|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef InterestOperatorFactory_h
2 #define InterestOperatorFactory_h
14 class InterestOperator;
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
Definition: PvlObject.h:129
File name manipulation and expansion.
Definition: FileName.h:100
bool fileExists() const
Returns true if the file exists; false otherwise.
Definition: FileName.cpp:449
Container for cube-like labels.
Definition: Pvl.h:119
@ Traverse
Search child objects.
Definition: PvlObject.h:158
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
void read(const QString &file)
Loads PVL information from a stream.
Definition: Pvl.cpp:90
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 InterestOperator objects.
Definition: InterestOperatorFactory.h:28
static InterestOperator * Create(Pvl &pPvl)
Create an InterestOperator object using a PVL specification.
Definition: InterestOperatorFactory.cpp:38
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Interest Operator class.
Definition: InterestOperator.h:109
Loads plugins from a shared library.
Definition: Plugin.h:55