Isis 3 Developer Reference
|
This class is used to create InterestOperator objects. More...
#include <InterestOperatorFactory.h>
Static Public Member Functions | |
static InterestOperator * | Create (Pvl &pPvl) |
Create an InterestOperator object using a PVL specification. More... | |
This class is used to create InterestOperator objects.
Typically applications which need use InterestOperators would like to use different techniques such as Standard Deviation or Gradient. If this factory is given a Pvl object which contains a InterestOperator definition it will create that specific instance of the class.
|
static |
Create an InterestOperator object using a PVL specification.
An example of the PVL required for this is:
There are many other options that can be set via the pvl and are described in other documentation (see below).
pvl | The pvl object containing the specification |
References Isis::FileName::fileExists(), Isis::PvlObject::findGroup(), Isis::Plugin::GetPlugin(), Isis::Pvl::read(), and Isis::PvlObject::Traverse.