Isis Developer Reference
Isis::InterestOperatorFactory Class Reference

This class is used to create InterestOperator objects. More...

#include <InterestOperatorFactory.h>

Collaboration diagram for Isis::InterestOperatorFactory:
Collaboration graph

Static Public Member Functions

static InterestOperatorCreate (Pvl &pPvl)
 Create an InterestOperator object using a PVL specification.
 

Detailed Description

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.

Author
2006-02-04 Jacob Danton

Member Function Documentation

◆ Create()

InterestOperator * Isis::InterestOperatorFactory::Create ( Pvl & pPvl)
static

Create an InterestOperator object using a PVL specification.

An example of the PVL required for this is:

Group = Operator
Name = StandardDeviation
Samples = 21
Lines = 21
Delta = 50
EndGroup
EndObject
Interest Operator class.
Definition InterestOperator.h:109

There are many other options that can be set via the pvl and are described in other documentation (see below).

Parameters
pvlThe pvl object containing the specification
See also
automaticRegistration.doc

References Isis::FileName::fileExists(), and Isis::PvlObject::Traverse.


The documentation for this class was generated from the following files: