File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
9 #include "InterestOperatorFactory.h"
10 #include "InterestOperator.h"
12 #include "IException.h"
41 QString operatorName = op[
"Name"];
45 FileName f(
"InterestOperator.plugin");
47 p.
read(
"InterestOperator.plugin");
50 p.
read(
"$ISISROOT/lib/InterestOperator.plugin");
56 return (*plugin)(pPvl);
PvlGroupIterator findGroup(const QString &name, PvlGroupIterator beg, PvlGroupIterator end)
Find a group with the specified name, within these indexes.
File name manipulation and expansion.
bool fileExists() const
Returns true if the file exists; false otherwise.
Container for cube-like labels.
@ Traverse
Search child objects.
Contains multiple PvlContainers.
void read(const QString &file)
Loads PVL information from a stream.
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...
static InterestOperator * Create(Pvl &pPvl)
Create an InterestOperator object using a PVL specification.
This is free and unencumbered software released into the public domain.
Loads plugins from a shared library.