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