USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::MoravecOperator Class Reference

Moravec Interest Operator. More...

#include <MoravecOperator.h>

Inheritance diagram for Isis::MoravecOperator:
Inheritance graph
Collaboration diagram for Isis::MoravecOperator:
Collaboration graph

Public Member Functions

 MoravecOperator (Pvl &pPvl)
 This constructor creates a Moravec Interest Operator.
 
virtual ~MoravecOperator ()
 This is the virtual destructor for MoravecOperator.
 
void InitInterestOptions ()
 Initialise Interest Options to defaults.
 
void SetPatternValidPercent (const double percent)
 
void SetPatternSampling (const double percent)
 
void SetSearchSampling (const double percent)
 
void SetTolerance (double tolerance)
 
void SetPatternReduction (std::vector< int > samples, std::vector< int > lines)
 
QString operatorName () const
 Return name of the matching operator.
 
bool Operate (Cube &pCube, UniversalGroundMap &pUnivGrndMap, int piSample, int piLine)
 Operate used by the app interestcube- to calculate interest by sample,line.
 
void Operate (ControlNet &pNewNet, QString psSerialNumFile, QString psOverlapListFile="")
 Operate - to calculate interest for entire control net to get better reference.
 
double InterestAmount () const
 Return the Interest Amount.
 
double WorstInterest () const
 Return the Worst(least value) Interest.
 
double CubeSample () const
 Return the search chip cube sample that best matched.
 
double CubeLine () const
 Return the search chip cube line that best matched.
 
virtual bool CompareInterests (double int1, double int2)
 Compare for int1 greater than / equal to int2.
 
void addGroup (Isis::PvlObject &obj)
 
void SetClipPolygon (const geos::geom::MultiPolygon &clipPolygon)
 Set the Clip Polygon for points to be contained in the overlaps.
 
Isis::PvlGroup Operator ()
 Return the Operator name.
 
void InitStdOptions (void)
 Initialize the Standard Options.
 
void InitStdOptionsGroup (void)
 Initialize the Standard Options Pvl Group with no DefFile.
 
virtual PvlGetLogPvl (void)
 Get the Pvl Log file.
 
bool ValidEmissionAngle (double pdEmissionAngle)
 Validate whether the Emission Angle is in the set Range.
 
bool ValidIncidenceAngle (double pdIncidenceAngle)
 Validate whether the Incidence Angle is in the set Range.
 
bool ValidDnValue (double pdDnValue)
 Validate whether the DN Value is in the set Range.
 
bool ValidResolution (double pdResolution)
 Validate whether the Resolution is in the set Range.
 
bool ValidResidualTolerances (double pdSampleResidual, double pdLineResidual, double pdResidualMagnitude, MeasureValidationResults &pResults)
 Validate whether the Residuals are within the set Tolerance.
 
bool ValidShiftTolerances (double sampleShift, double lineShift, double pixelShift, MeasureValidationResults &results)
 Validate whether the Sample and Line Shifts and Pixel Shift are within the set Tolerances.
 
bool ValidLatLon (Isis::Camera *pCamera, int piSample, int piLine)
 Validate the Lat/Lon.
 
PvlGroupGetStdOptions (void)
 Get the Standard Options Pvl Group.
 
PvlGroupGetStatistics (void)
 Get the Statistics Pvl Grp.
 
double GetMinDN (void)
 Get the option MinDN.
 
double GetMaxDN (void)
 Get the option MaxDN.
 
double GetMinEmissionAngle (void)
 Get the option MinEmissionAngle.
 
double GetMaxEmissionAngle (void)
 Get the option MaxEmissionAngle.
 
double GetMinIncidenceAngle (void)
 Get the option MinIncidenceAngle.
 
double GetMaxIncidenceAngle (void)
 Get the option MaxIncidenceAngle.
 
double GetPixelsFromEdge (void)
 Get the option PixelsFromEdge.
 
double GetMetersFromEdge (void)
 Get the option MetersFromEdge.
 
QString LocationString (double pdSample, double pdLine) const
 API to display location in the form "Sample,Line".
 
bool PixelsFromEdge (int piSample, int piLine, Cube *pCube)
 Test for a point to be user defined number of pixels from the edge.
 
bool MetersFromEdge (int piSample, int piLine, Cube *pCube)
 Test for a point to be user defined number of meters from the edge.
 
MeasureValidationResults ValidStandardOptions (const ControlMeasure *pMeasure, Cube *pCube, PvlGroup *pMeasureGrp=NULL)
 Validate Standard options to pick a reference based on a particular criteria.
 
MeasureValidationResults ValidStandardOptions (const ControlMeasure *pMeasure, Cube *pCube, Camera *camera, PvlGroup *pMeasureGrp=NULL)
 Validate Standard options to pick a reference based on a particular criteria.
 
MeasureValidationResults ValidStandardOptions (double pSample, double pLine, const ControlMeasure *pMeasure, Cube *pCube, PvlGroup *pMeasureGrp=NULL)
 Validate Standard options to pick a reference based on a particular criteria.
 
MeasureValidationResults ValidStandardOptions (double pSample, double pLine, const ControlMeasure *pMeasure, Cube *pCube, Camera *measureCamera, PvlGroup *pMeasureGrp=NULL)
 
MeasureValidationResults ValidStandardOptions (double pSample, double pLine, Cube *pCube, PvlGroup *pMeasureGrp=NULL)
 Validate Standard options to pick a reference based on a particular criteria.
 
bool IsCubeRequired ()
 
bool IsCameraRequired ()
 API to get status of CameraRequired flag.
 

Protected Member Functions

virtual double Interest (Chip &chip)
 This method returns the amount of interest for the given chip.
 
virtual int Padding ()
 Sets an offset to pass in larger chips if operator requires it This is used to offset the subchip size passed into Interest.
 
void Parse (Pvl &pPvl)
 Parse the Interest specific keywords.
 
const geos::geom::MultiPolygon * FindOverlap (Isis::ControlPoint &pCnetPoint)
 Find if a point is in the overlap.
 
const geos::geom::MultiPolygon * FindOverlapByImageFootPrint (Isis::ControlPoint &pCnetPoint)
 Find imageoverlaps by finding the intersection of image footprints.
 
void FindCnetRef (ControlNet &pNewNet)
 Find best ref for an entire control net by calculating the interest and moving point to a better interest area.
 
void ProcessLocked_Point_Reference (ControlPoint &pCPoint, PvlObject &pPvlObj, int &piMeasuresModified)
 Process (Validate and Log) Point with Lock or with Referemce Measure Locked.
 
int InterestByPoint (ControlPoint &pCnetPoint)
 Calculate interest for a Control Point.
 
bool InterestByMeasure (int piMeasure, Isis::ControlMeasure &pCnetMeasure, Isis::Cube &pCube)
 Calculate interest for a measure by index.
 
void InitInterestResults (int piIndex)
 Init Interest Results structure.
 
void ValidatePvlDN (void)
 Validate PVL Min & Max DN Standard Options.
 
void ValidatePvlEmissionAngle (void)
 Validate PVL Min & Max EmissionAngle Standard Options.
 
void ValidatePvlIncidenceAngle (void)
 Validate PVL Min & Max IncidenceAngle Standard Options.
 
void ValidatePvlResolution (void)
 Validate PVL Min & Max Resolution Standard Options.
 
void ValidatePvlFromEdge (void)
 Validate and read Pixels and Meters from Edge Standard Options.
 
void ValidatePvlResidualTolerances (void)
 Validate Pvl Sample, Line, Residual Magnitude Tolerances.
 
void ValidatePvlShiftTolerances ()
 Validate Pvl Sample, Line, Pixel (Sample and Line) Magnitude Shift Tolerances.
 
void ReadSerialNumbers (QString psSerialNumfile)
 Read the Serial Numbers from the file and open assocaited cubes.
 
void SetCameraRequiredFlag (bool pbFlag)
 Set the CameraRequired Flag.
 

Protected Attributes

double p_worstInterest
 
double p_interestAmount
 
geos::geom::MultiPolygon * p_clipPolygon
 Clipping polygon set by SetClipPolygon (line,samp)
 
Isis::PvlGroup mOperatorGrp
 Operator group that created this projection.
 
double mdMinDN
 Standard Option MinDN.
 
double mdMaxDN
 Standard Option MaxDN.
 
double mdMinResolution
 Standard Option MinResolution.
 
double mdMaxResolution
 Standard Option MaxResolution.
 
double mdMinEmissionAngle
 Standard Option MinEmissionAngle.
 
double mdMaxEmissionAngle
 Standard Option MaxEmissionAngle.
 
double mdMinIncidenceAngle
 Standard Option MinIncidenceAngle.
 
double mdMaxIncidenceAngle
 Standard Option MaxIncidenceAngle.
 
double mdMetersFromEdge
 Standard Option MeteresFromEdge.
 
int miPixelsFromEdge
 Standard Option PixelsFromEdge.
 
double mdSampleResTolerance
 Standard Option Sample Residual.
 
double mdLineResTolerance
 Standard Option Line Residual.
 
double mdResidualTolerance
 Standard Option Residual Magnitude.
 
double m_sampleShiftTolerance
 Standard Option Sample Shift.
 
double m_lineShiftTolerance
 Standard Option Line Shift.
 
double m_pixelShiftTolerance
 Standard Option Pixel Shift.
 
double mdEmissionAngle
 Store current Measure's Emission Angle.
 
double mdIncidenceAngle
 Store current Measure's Incidence Angle.
 
double mdResolution
 Store current Measure's Resolution.
 
double mdDnValue
 Store current Measure's DN Value.
 
double mdSampleResidual
 Store current Measure's Sample Residual.
 
double mdLineResidual
 Store current Measure's Line Residual.
 
double mdResidualMagnitude
 Store current Measure's Residual Magnitude.
 
double m_sampleShift
 Store current Measure's Sample Shift.
 
double m_lineShift
 Store current Measure's Line Shift.
 
double m_pixelShift
 Store current Measure's Pixel Shift.
 
PvlGroup mPvlOpGrp
 Pvl Operator Group.
 
PvlGroup mStdOptionsGrp
 Pvl Standard Options Group.
 
PvlGroup mStatisticsGrp
 Pvl output Statistics Group.
 
Pvl mPvlLog
 Pvl Log of all the processing.
 
Progress mStatus
 Monitor the status of the app.
 
CubeManager mCubeMgr
 CubeManager to open and read cubes.
 
SerialNumberList mSerialNumbers
 Serial numbers list.
 
bool mbCameraRequired
 
                To improve speed, flag to indicate if 

< Camera needs to be opened

 
bool mbValidateDN
 Check if DN needs to be Validated.
 
bool mbValidateFromEdge
 Check if Pixels/Meters from edge needs to be Validated.
 

Detailed Description

Moravec Interest Operator.

This class is used to construct a Moravec interest operator. For this class, the interest is always positive with the worst interest amount being 0. The higher the interest, the better.

This is more commonly refered to as Moravec Corner Detection. The algorithm was taken from the following website: http://www.cim.mcgill.ca/~dparks/CornerDetector/mainMoravec.htm

Moravec Interest Operator works by creating a N x N size boxcar around the "point of interest." Then it walks another boxcar of the same size around the center point, computing the interest of that comparison by the equation: the sum of pow(An-Bn,2) from 1 to the number of pixels in the boxcar, where A1 and B1 are the top left pixel. By walking the boxcar around the edges it will create 8 comparisons. It will then take the smallest value out of the 8 comparisons and that will be the interest value of the "point of interest."

See Also
InterestOperator
Author
2007-08-02 Steven Koechle
History:

2007-08-02 Steven Koechle - Original Version

2008-08-16 Steven Koechle - Fixed Documentation

2010-11-10 Sharmila Prasad - Updated unittest for changes in the deffile

Definition at line 40 of file MoravecOperator.h.

Constructor & Destructor Documentation

Isis::MoravecOperator::MoravecOperator ( Pvl pPvl)
inline

This constructor creates a Moravec Interest Operator.

Parameters
pvlPvl to create MoravecOperator from

Definition at line 47 of file MoravecOperator.h.

virtual Isis::MoravecOperator::~MoravecOperator ( )
inlinevirtual

This is the virtual destructor for MoravecOperator.

Definition at line 49 of file MoravecOperator.h.

Member Function Documentation

bool Isis::InterestOperator::CompareInterests ( double  int1,
double  int2 
)
virtualinherited

Compare for int1 greater than / equal to int2.

This virtual method must return if the 1st fit is equal to or better than the second fit.

Parameters
int11st interestAmount
int22nd interestAmount

Definition at line 923 of file InterestOperator.cpp.

Referenced by Isis::InterestOperator::InterestByMeasure(), Isis::InterestOperator::InterestByPoint(), and Isis::InterestOperator::Operate().

double Isis::InterestOperator::CubeLine ( ) const
inlineinherited

Return the search chip cube line that best matched.

Definition at line 164 of file InterestOperator.h.

References Isis::InterestOperator::p_cubeLine.

double Isis::InterestOperator::CubeSample ( ) const
inlineinherited

Return the search chip cube sample that best matched.

Definition at line 159 of file InterestOperator.h.

void Isis::InterestOperator::FindCnetRef ( ControlNet pNewNet)
protectedvirtualinherited

Find best ref for an entire control net by calculating the interest and moving point to a better interest area.

This traverses all the control points and measures in the network and checks for valid Measure which passes the Emission Incidence Angle, DN value tests and picks the Measure with the best Interest as the Reference.

Author
Sharmila Prasad (5/14/2010)
Parameters
pNewNet- Input Control Net
History:

2010-07-13 Tracie Sucharski, Changes for binary control networks, Measure type of Estimated is now Candidate and instead of a separate keyword indicating whether a meausre is the reference, the MeasureType is set to Reference.

2010-10-04 Sharmila Prasad - Modified for binary Control Net ex Edit Lock

2010-10-15 Sharmila Prasad - Use only a single copy of Control Net

Returns
none

Reimplemented from Isis::ControlNetValidMeasure.

Definition at line 360 of file InterestOperator.cpp.

References _FILEINFO_, Isis::Cube::camera(), Isis::ControlMeasure::Candidate, Isis::Progress::CheckStatus(), Isis::ControlPoint::Constrained, Isis::SerialNumberList::FileName(), Isis::ControlPoint::Fixed, Isis::ControlPoint::Free, Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ControlPoint::GetId(), Isis::ControlPoint::GetMeasure(), Isis::ControlPoint::GetNumLockedMeasures(), Isis::ControlNet::GetNumPoints(), Isis::ControlPoint::GetRefMeasure(), Isis::ControlPoint::GetType(), Isis::Camera::InCube(), Isis::ControlPoint::IndexOfRefMeasure(), Isis::InterestOperator::InterestByPoint(), Isis::ControlMeasure::IsEditLocked(), Isis::Camera::Line(), Isis::ControlNetValidMeasure::LocationString(), Isis::ControlNetValidMeasure::mCubeMgr, Isis::InterestOperator::InterestResults::mdBestLine, Isis::InterestOperator::InterestResults::mdBestSample, Isis::InterestOperator::InterestResults::mdInterest, Isis::ControlNetValidMeasure::mdResolution, Isis::ControlNetValidMeasure::mPvlLog, Isis::ControlNetValidMeasure::mSerialNumbers, Isis::InterestOperator::InterestResults::msSerialNum, Isis::ControlNetValidMeasure::mStatisticsGrp, Isis::ControlNetValidMeasure::mStatus, Isis::InterestOperator::mtInterestResults, Isis::CubeManager::OpenCube(), Isis::InterestOperator::ProcessLocked_Point_Reference(), Isis::Camera::Sample(), Isis::ControlMeasure::SetChooserName(), Isis::ControlMeasure::SetCoordinate(), Isis::ControlMeasure::SetDateTime(), Isis::ControlPoint::SetIgnored(), Isis::Camera::SetImage(), Isis::Progress::SetMaximumSteps(), Isis::ControlPoint::SetRefMeasure(), Isis::Progress::SetText(), Isis::ControlMeasure::SetType(), Isis::Camera::SetUniversalGround(), Isis::toString(), Isis::Sensor::UniversalLatitude(), Isis::Sensor::UniversalLongitude(), Isis::IException::User, Isis::ControlNetValidMeasure::ValidStandardOptions(), and Isis::InterestOperator::WorstInterest().

Referenced by Isis::InterestOperator::Operate().

const geos::geom::MultiPolygon * Isis::InterestOperator::FindOverlap ( Isis::ControlPoint pCnetPoint)
protectedinherited

Find if a point is in the overlap.

This method searches for an overlap in the ImageOverlapSet that belongs to the given control point.

Only exact SN matches are accepted.

Definition at line 835 of file InterestOperator.cpp.

References Isis::InterestOperator::FindOverlapByImageFootPrint(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::ImageOverlap::HasSerialNumber(), Isis::InterestOperator::mOverlaps, and Isis::ImageOverlapSet::Size().

Referenced by Isis::InterestOperator::InterestByPoint().

const geos::geom::MultiPolygon * Isis::InterestOperator::FindOverlapByImageFootPrint ( Isis::ControlPoint pCnetPoint)
protectedinherited

Find imageoverlaps by finding the intersection of image footprints.

Find image overlaps by getting intersection of the individual image footprints when an exact match in the overlaplist fails.

Author
Sharmila Prasad (7/1/2010)
Parameters
pCnetPoint- Overlaps for the Control Point
Returns
const geos::geom::MultiPolygon*

Definition at line 885 of file InterestOperator.cpp.

References Isis::PolygonTools::Intersect(), Isis::PolygonTools::MakeMultiPolygon(), and Isis::Cube::read().

Referenced by Isis::InterestOperator::FindOverlap().

virtual Pvl& Isis::ControlNetValidMeasure::GetLogPvl ( void  )
inlinevirtualinherited

Get the Pvl Log file.

Definition at line 96 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mPvlLog.

double Isis::ControlNetValidMeasure::GetMaxDN ( void  )
inlineinherited

Get the option MaxDN.

Definition at line 141 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mdMaxDN.

double Isis::ControlNetValidMeasure::GetMaxEmissionAngle ( void  )
inlineinherited

Get the option MaxEmissionAngle.

Definition at line 151 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mdMaxEmissionAngle.

double Isis::ControlNetValidMeasure::GetMaxIncidenceAngle ( void  )
inlineinherited

Get the option MaxIncidenceAngle.

Definition at line 161 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mdMaxIncidenceAngle.

double Isis::ControlNetValidMeasure::GetMetersFromEdge ( void  )
inlineinherited

Get the option MetersFromEdge.

Definition at line 171 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mdMetersFromEdge.

double Isis::ControlNetValidMeasure::GetMinDN ( void  )
inlineinherited

Get the option MinDN.

Definition at line 136 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mdMinDN.

double Isis::ControlNetValidMeasure::GetMinEmissionAngle ( void  )
inlineinherited

Get the option MinEmissionAngle.

Definition at line 146 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mdMinEmissionAngle.

double Isis::ControlNetValidMeasure::GetMinIncidenceAngle ( void  )
inlineinherited

Get the option MinIncidenceAngle.

Definition at line 156 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mdMinIncidenceAngle.

double Isis::ControlNetValidMeasure::GetPixelsFromEdge ( void  )
inlineinherited

Get the option PixelsFromEdge.

Definition at line 166 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::miPixelsFromEdge.

PvlGroup& Isis::ControlNetValidMeasure::GetStatistics ( void  )
inlineinherited

Get the Statistics Pvl Grp.

Definition at line 131 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mStatisticsGrp.

PvlGroup& Isis::ControlNetValidMeasure::GetStdOptions ( void  )
inlineinherited

Get the Standard Options Pvl Group.

Definition at line 126 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mStdOptionsGrp.

void Isis::InterestOperator::InitInterestOptions ( )
inherited

Initialise Interest Options to defaults.

Author
Sharmila Prasad (11/21/2011)

Definition at line 39 of file InterestOperator.cpp.

References Isis::InterestOperator::mbOverlaps, Isis::InterestOperator::p_clipPolygon, and Isis::InterestOperator::p_deltaSamp.

Referenced by Isis::InterestOperator::InterestOperator().

void Isis::ControlNetValidMeasure::InitStdOptions ( void  )
inherited

Initialize the Standard Options.

Init all the standard options to default.

Author
Sharmila Prasad (6/8/2010)

Definition at line 60 of file ControlNetValidMeasure.cpp.

References Isis::ValidMaximum, and Isis::ValidMinimum.

void Isis::ControlNetValidMeasure::InitStdOptionsGroup ( void  )
inherited

Initialize the Standard Options Pvl Group with no DefFile.

Set the Standard Options group for logging.

Author
Sharmila Prasad (6/8/2010)

Definition at line 89 of file ControlNetValidMeasure.cpp.

References Isis::toString(), Isis::ValidMaximum, and Isis::ValidMinimum.

double Isis::MoravecOperator::Interest ( Chip chip)
protectedvirtual

This method returns the amount of interest for the given chip.

Parameters
chipThe chip to calculate the interest value of
Returns
the amount of interest for this chip

Implements Isis::InterestOperator.

Definition at line 12 of file MoravecOperator.cpp.

References Isis::Chip::GetValue(), Isis::Chip::Lines(), Isis::Chip::Samples(), and Isis::ControlNetValidMeasure::ValidDnValue().

double Isis::InterestOperator::InterestAmount ( ) const
inlineinherited

Return the Interest Amount.

Definition at line 149 of file InterestOperator.h.

bool Isis::InterestOperator::InterestByMeasure ( int  piMeasure,
Isis::ControlMeasure pCnetMeasure,
Isis::Cube pCube 
)
protectedinherited

Calculate interest for a measure by index.

Find the interest by Measure given the index to store the results in the InterestResults structure.

Author
Sharmila Prasad (6/10/2010)
Parameters
piMeasure- Index for Interest Results structure
pCnetMeasure- Control Measure for which the best interest is calculated
pCube- Measure Cube
Returns
bool

Definition at line 717 of file InterestOperator.cpp.

References _FILEINFO_, Isis::Cube::camera(), Isis::InterestOperator::CompareInterests(), Isis::Chip::CubeLine(), Isis::Chip::CubeSample(), Isis::Sensor::EmissionAngle(), Isis::Chip::Extract(), Isis::SerialNumberList::FileName(), Isis::ControlMeasure::GetCubeSerialNumber(), Isis::Sensor::IncidenceAngle(), Isis::InterestOperator::Interest(), Isis::Chip::Load(), Isis::InterestOperator::InterestResults::mbValid, Isis::InterestOperator::InterestResults::mdBestLine, Isis::InterestOperator::InterestResults::mdBestSample, Isis::InterestOperator::InterestResults::mdDn, Isis::ControlNetValidMeasure::mdDnValue, Isis::InterestOperator::InterestResults::mdEmission, Isis::ControlNetValidMeasure::mdEmissionAngle, Isis::InterestOperator::InterestResults::mdIncidence, Isis::ControlNetValidMeasure::mdIncidenceAngle, Isis::InterestOperator::InterestResults::mdInterest, Isis::InterestOperator::InterestResults::mdOrigLine, Isis::InterestOperator::InterestResults::mdOrigSample, Isis::InterestOperator::InterestResults::mdResolution, Isis::ControlNetValidMeasure::mdResolution, Isis::InterestOperator::InterestResults::miDeltaLine, Isis::InterestOperator::InterestResults::miDeltaSample, Isis::ControlNetValidMeasure::mSerialNumbers, Isis::InterestOperator::InterestResults::msSerialNum, Isis::InterestOperator::mtInterestResults, Isis::Null, Isis::InterestOperator::p_clipPolygon, Isis::InterestOperator::p_deltaSamp, Isis::InterestOperator::p_minimumInterest, Isis::InterestOperator::Padding(), Isis::Camera::PixelResolution(), Isis::Cube::pixelType(), Isis::Cube::read(), Isis::Chip::SetChipPosition(), Isis::Chip::SetClipPolygon(), Isis::Camera::SetImage(), Isis::Portal::SetPosition(), Isis::Chip::TackCube(), Isis::IException::User, and Isis::ControlNetValidMeasure::ValidStandardOptions().

Referenced by Isis::InterestOperator::InterestByPoint().

bool Isis::ControlNetValidMeasure::IsCameraRequired ( )
inlineinherited

API to get status of CameraRequired flag.

Author
Sharmila Prasad (5/19/2011)
Returns
bool

Definition at line 217 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mbCameraRequired.

QString Isis::ControlNetValidMeasure::LocationString ( double  pdSample,
double  pdLine 
) const
inlineinherited

API to display location in the form "Sample,Line".

Definition at line 176 of file ControlNetValidMeasure.h.

References Isis::toString().

Referenced by Isis::InterestOperator::FindCnetRef(), and Isis::InterestOperator::ProcessLocked_Point_Reference().

bool Isis::ControlNetValidMeasure::MetersFromEdge ( int  piSample,
int  piLine,
Cube pCube 
)
inherited

Test for a point to be user defined number of meters from the edge.

Validate if a point in Measure is user defined number of meters from the edge.

Author
Sharmila Prasad (6/21/2010)
Parameters
piSample- Point Sample Location
piLine- Point Line Location
pCube- Control Measure Cube
Returns
bool

Definition at line 854 of file ControlNetValidMeasure.cpp.

References _FILEINFO_, Isis::Cube::camera(), Isis::Cube::fileName(), Isis::Cube::lineCount(), Isis::Camera::PixelResolution(), Isis::Cube::sampleCount(), and Isis::Camera::SetImage().

bool Isis::InterestOperator::Operate ( Cube pCube,
UniversalGroundMap pUnivGrndMap,
int  piSample,
int  piLine 
)
inherited

Operate used by the app interestcube- to calculate interest by sample,line.

Walk the pattern chip through the search chip to find the best interest.

Parameters
cube[in] The Isis::Cube to look for an interesting area in
piSample[in] The sample postion in the cube where the chip is located
piLine[in] The line postion in the cube where the chip is located
pUnivGrndMapReference to the Universal Ground map of this image
Returns
Returns the status of the operation. The following conditions can occur true=Success, false=Failed
History:

2010-03-30 Sharmila Prasad - Check for valid DN Value and Emission Angle in the user defined ValidMin-ValidMax range when selecting point of interest in a Control Measure

2010-06-23 Sharmila Prasad - Validate for Resolution Range and Pixels/Meters from edge options

Definition at line 152 of file InterestOperator.cpp.

References _FILEINFO_, Isis::InterestOperator::CompareInterests(), Isis::Chip::CubeLine(), Isis::Chip::CubeSample(), Isis::Chip::Extract(), Isis::Cube::fileName(), Isis::UniversalGroundMap::HasCamera(), Isis::InterestOperator::Interest(), Isis::Chip::Load(), Isis::Null, Isis::InterestOperator::p_clipPolygon, Isis::InterestOperator::p_cubeLine, Isis::InterestOperator::p_deltaSamp, Isis::InterestOperator::p_minimumInterest, Isis::InterestOperator::Padding(), Isis::IException::Programmer, Isis::Chip::SetChipPosition(), Isis::Chip::SetClipPolygon(), Isis::UniversalGroundMap::SetImage(), Isis::Chip::TackCube(), and Isis::ControlNetValidMeasure::ValidStandardOptions().

void Isis::InterestOperator::Operate ( ControlNet pNewNet,
QString  psSerialNumFile,
QString  psOverlapListFile = "" 
)
inherited

Operate - to calculate interest for entire control net to get better reference.

Read the Serial#'s and overlaplist if any and call API to find the reference for all the points in the network.

Author
Sharmila Prasad (6/9/2010)
Parameters
pNewNet- Input Control Net
psSerialNumFile- Serial Number File
psOverlapListFile- Overlaplist File containing overlap data
History:
10/15/2010 Sharmila Prasad - Use a single copy of Control Net

Definition at line 243 of file InterestOperator.cpp.

References Isis::InterestOperator::FindCnetRef(), Isis::InterestOperator::mbOverlaps, Isis::InterestOperator::mOverlaps, Isis::ImageOverlapSet::ReadImageOverlaps(), and Isis::ControlNetValidMeasure::ReadSerialNumbers().

PvlGroup Isis::InterestOperator::Operator ( )
inherited

Return the Operator name.

This function returns the keywords that this object was created from.

Returns
PvlGroup The keywords this object used in initialization

Definition at line 964 of file InterestOperator.cpp.

References Isis::InterestOperator::mOperatorGrp.

QString Isis::InterestOperator::operatorName ( ) const
inlineinherited

Return name of the matching operator.

Definition at line 138 of file InterestOperator.h.

References Isis::InterestOperator::mOperatorGrp.

int Isis::MoravecOperator::Padding ( )
protectedvirtual

Sets an offset to pass in larger chips if operator requires it This is used to offset the subchip size passed into Interest.

Returns
int Amount to add to both x & y total sizes

Reimplemented from Isis::InterestOperator.

Definition at line 55 of file MoravecOperator.cpp.

void Isis::InterestOperator::Parse ( Pvl pPvl)
protectedinherited

Parse the Interest specific keywords.

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
DeltaLine = 50
DeltaSamp = 25
EndGroup

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
History:

2010-04-09 Sharmila Prasad Check for validity of new keyword "MaxEmissionAngle"

2010-06-10 Sharmila Prasad Parse only Interest specific keywords and store in Operator group

Definition at line 83 of file InterestOperator.cpp.

References _FILEINFO_, Isis::PvlContainer::fileName(), Isis::PvlObject::findGroup(), Isis::InterestOperator::mOperatorGrp, Isis::InterestOperator::p_deltaSamp, Isis::InterestOperator::p_minimumInterest, Isis::toString(), Isis::PvlObject::Traverse, and Isis::IException::User.

Referenced by Isis::InterestOperator::InterestOperator().

bool Isis::ControlNetValidMeasure::PixelsFromEdge ( int  piSample,
int  piLine,
Cube pCube 
)
inherited

Test for a point to be user defined number of pixels from the edge.

Validate if a point in Measure is user defined number of pixels from the edge.

Author
Sharmila Prasad (6/21/2010)
Parameters
piSample- Point Sample Location
piLine- Point Line Location
pCube- Control Measure Cube
Returns
bool

Definition at line 812 of file ControlNetValidMeasure.cpp.

References Isis::Cube::lineCount(), and Isis::Cube::sampleCount().

void Isis::InterestOperator::ProcessLocked_Point_Reference ( ControlPoint pCPoint,
PvlObject pPvlObj,
int &  piMeasuresModified 
)
protectedinherited
void Isis::ControlNetValidMeasure::ReadSerialNumbers ( QString  psSerialNumfile)
protectedinherited

Read the Serial Numbers from the file and open assocaited cubes.

Read Serial Numbers from specified file and populate the Cube and UniversalGround Maps using the serial numbers.

Author
Sharmila Prasad (6/3/2010)
Parameters
psSerialNumfile- File with list of Serial Numbers

Definition at line 130 of file ControlNetValidMeasure.cpp.

Referenced by Isis::InterestOperator::Operate().

void Isis::ControlNetValidMeasure::SetCameraRequiredFlag ( bool  pbFlag)
inlineprotectedinherited

Set the CameraRequired Flag.

This flag indicates whether a camera is required to Validate a Control Measure. Camera is required to get Emission, Incidence angles and Resolution

Author
Sharmila Prasad (5/19/2011)
Parameters
pbFlag

Definition at line 254 of file ControlNetValidMeasure.h.

References Isis::ControlNetValidMeasure::mbCameraRequired.

void Isis::InterestOperator::SetClipPolygon ( const geos::geom::MultiPolygon &  clipPolygon)
inherited

Set the Clip Polygon for points to be contained in the overlaps.

Sets the clipping polygon for the chip.

The coordinates must be in (sample,line) order.

Parameters
clipPolygonThe polygons used to clip the chip

Definition at line 941 of file InterestOperator.cpp.

References Isis::PolygonTools::CopyMultiPolygon(), and Isis::InterestOperator::p_clipPolygon.

Referenced by Isis::InterestOperator::InterestByPoint().

void Isis::ControlNetValidMeasure::ValidatePvlDN ( void  )
protectedinherited

Validate PVL Min & Max DN Standard Options.

Validate the Min and Max Dn Values set by the user in the Operator pvl file.

If not set then set the options to default and enter their names in the Unused Group. If the user set values are invalid then exception is thrown.

Author
Sharmila Prasad (5/10/2010)

Definition at line 452 of file ControlNetValidMeasure.cpp.

References _FILEINFO_, Isis::toString(), Isis::ValidMaximum, and Isis::ValidMinimum.

void Isis::ControlNetValidMeasure::ValidatePvlEmissionAngle ( void  )
protectedinherited

Validate PVL Min & Max EmissionAngle Standard Options.

ValidateEmissionAngle: Validate the Min and Max Emission Values set by the user in the Operator pvl file.

If not set then set the options to default and enter their names in the Unused Group. If the user set values are invalid then exception is thrown, the valid range being [0-135]

Author
Sharmila Prasad (5/10/2010)

Definition at line 485 of file ControlNetValidMeasure.cpp.

References _FILEINFO_, and Isis::toString().

void Isis::ControlNetValidMeasure::ValidatePvlFromEdge ( void  )
protectedinherited

Validate and read Pixels and Meters from Edge Standard Options.

Validate and Read the Pixels and Meters from Edge Standard Options.

Author
Sharmila Prasad (6/22/2010)

Definition at line 382 of file ControlNetValidMeasure.cpp.

References Isis::toString().

void Isis::ControlNetValidMeasure::ValidatePvlIncidenceAngle ( void  )
protectedinherited

Validate PVL Min & Max IncidenceAngle Standard Options.

ValidateIncidenceAngle: Validate the Min and Max Incidence Values set by the user in the Operator pvl file.

If not set then set the options to default and enter their names in the Unused Group. If the user set values are invalid then exception is thrown, the valid range being [0-135]

Author
Sharmila Prasad (5/10/2010)

Definition at line 521 of file ControlNetValidMeasure.cpp.

References _FILEINFO_, and Isis::toString().

void Isis::ControlNetValidMeasure::ValidatePvlResidualTolerances ( void  )
protectedinherited

Validate Pvl Sample, Line, Residual Magnitude Tolerances.

Author
Sharmila Prasad (5/16/2011)

Definition at line 553 of file ControlNetValidMeasure.cpp.

References _FILEINFO_, and Isis::toString().

void Isis::ControlNetValidMeasure::ValidatePvlResolution ( void  )
protectedinherited

Validate PVL Min & Max Resolution Standard Options.

Validate the Min and Max Resolution Values set by the user in the Operator pvl file.

If not set then set the options to default and enter their names in the Unused Group. If the user set values are invalid then exception is thrown.

Author
Sharmila Prasad (6/4/2010)

Definition at line 414 of file ControlNetValidMeasure.cpp.

References _FILEINFO_, and Isis::toString().

void Isis::ControlNetValidMeasure::ValidatePvlShiftTolerances ( )
protectedinherited

Validate Pvl Sample, Line, Pixel (Sample and Line) Magnitude Shift Tolerances.

Definition at line 598 of file ControlNetValidMeasure.cpp.

References _FILEINFO_, and Isis::toString().

bool Isis::ControlNetValidMeasure::ValidDnValue ( double  pdDnValue)
inherited

Validate whether the DN Value is in the set Range.

Validates Dn Value by comparing against the Min and Max DN Values set in the def file or the defaults.

Author
Sharmila Prasad (3/30/2010)
Parameters
pdDnValue- DN Value to Valdiate
Returns
bool

Definition at line 689 of file ControlNetValidMeasure.cpp.

References Isis::IsSpecial().

Referenced by Interest(), and Isis::GradientOperator::Interest().

bool Isis::ControlNetValidMeasure::ValidEmissionAngle ( double  pdEmissionAngle)
inherited

Validate whether the Emission Angle is in the set Range.

Validates an Emission angle by comparing with the min and max values in the def file.

If Emission Angle is greater or lesser than the max/min values in the def file or the defaults it returns false else true.

Author
Sharmila Prasad (3/30/2010)
Parameters
pdEmissionAngle- Emission Angle to Valdiate
Returns
bool

Definition at line 654 of file ControlNetValidMeasure.cpp.

bool Isis::ControlNetValidMeasure::ValidIncidenceAngle ( double  pdIncidenceAngle)
inherited

Validate whether the Incidence Angle is in the set Range.

Validates an Incidence angle by comparing with the min and max values in the def file.

If Incidence Angle is greater or lesser than the max/min values in the def file or the defaults it returns false else true.

Author
Sharmila Prasad (5/10/2010)
Parameters
pdIncidenceAngle- Incidence Angle to Valdiate
Returns
bool

Definition at line 672 of file ControlNetValidMeasure.cpp.

bool Isis::ControlNetValidMeasure::ValidLatLon ( Isis::Camera pCamera,
int  piSample,
int  piLine 
)
inherited

Validate the Lat/Lon.

Validate if a point has a valid lat, lon for that camera.

Author
Sharmila Prasad (6/4/2010)
Parameters
pCamera
piSample
piLine
Returns
bool

Definition at line 797 of file ControlNetValidMeasure.cpp.

bool Isis::ControlNetValidMeasure::ValidResidualTolerances ( double  pdSampleResidual,
double  pdLineResidual,
double  pdResidualMagnitude,
MeasureValidationResults pResults 
)
inherited

Validate whether the Residuals are within the set Tolerance.

Validate whether the Sample and Line Residuals and Residual Magnitudes are within the set Tolerances'.

Author
Sharmila Prasad (5/16/2011)
Parameters
pdSampleResidual- Measure's Sample residual
pdLineResidual- Measure's Line residual
pdResidualMagnitude- Measure's Residual Magnitude
pResults- MeasureValidationResults
Returns
bool - Valid (true/false)

Definition at line 727 of file ControlNetValidMeasure.cpp.

bool Isis::ControlNetValidMeasure::ValidResolution ( double  pdResolution)
inherited

Validate whether the Resolution is in the set Range.

Validates Dn Value by comparing against the Min and Max DN Values set in the def file or the defaults.

Author
Sharmila Prasad (6/4/2010)
Parameters
pdResolution- Resolution to Validate
Returns
bool

Definition at line 706 of file ControlNetValidMeasure.cpp.

bool Isis::ControlNetValidMeasure::ValidShiftTolerances ( double  sampleShift,
double  lineShift,
double  pixelShift,
MeasureValidationResults results 
)
inherited

Validate whether the Sample and Line Shifts and Pixel Shift are within the set Tolerances.

Parameters
sampleShiftMeasure's sample shift (current - apriori)
lineShiftMeasure's line shift (current - apriori)
pixelShiftMeasure's pixel shift (Euclidean distance shifted)
resultsValidation results populated with any new failures
Returns
Whether every test was valid or not

Definition at line 760 of file ControlNetValidMeasure.cpp.

MeasureValidationResults Isis::ControlNetValidMeasure::ValidStandardOptions ( const ControlMeasure pMeasure,
Cube pCube,
PvlGroup pMeasureGrp = NULL 
)
inherited

Validate Standard options to pick a reference based on a particular criteria.

Validate a measure for all the Standard Options.

Author
Sharmila Prasad (6/22/2010)
Parameters
piSample- Point Sample location
piLine- Point Line location
pCube- Control Measure Cube
pMeasureGrp- Log PvlGroup
Returns
bool

Definition at line 353 of file ControlNetValidMeasure.cpp.

Referenced by Isis::InterestOperator::FindCnetRef(), Isis::InterestOperator::InterestByMeasure(), Isis::InterestOperator::Operate(), and Isis::InterestOperator::ProcessLocked_Point_Reference().

MeasureValidationResults Isis::ControlNetValidMeasure::ValidStandardOptions ( const ControlMeasure pMeasure,
Cube pCube,
Camera camera,
PvlGroup pMeasureGrp = NULL 
)
inherited

Validate Standard options to pick a reference based on a particular criteria.

Definition at line 364 of file ControlNetValidMeasure.cpp.

MeasureValidationResults Isis::ControlNetValidMeasure::ValidStandardOptions ( double  pSample,
double  pLine,
const ControlMeasure pMeasure,
Cube pCube,
PvlGroup pMeasureGrp = NULL 
)
inherited

Validate Standard options to pick a reference based on a particular criteria.

Validate a point on an image and the Control Measure if not Null.

Author
Sharmila Prasad (5/17/2011)
Parameters
pSample- Image Sample
pLine- Image Line
pMeasure- Control Measure
pCube- Control Measure's image
pMeasureGrp- Result PvlGroup
Returns
MeasureValidationResults

Definition at line 173 of file ControlNetValidMeasure.cpp.

References _FILEINFO_, Isis::Cube::camera(), and Isis::Cube::fileName().

MeasureValidationResults Isis::ControlNetValidMeasure::ValidStandardOptions ( double  pSample,
double  pLine,
Cube pCube,
PvlGroup pMeasureGrp = NULL 
)
inherited

Validate Standard options to pick a reference based on a particular criteria.

Validate a point on an image for Standard Options.

Author
Sharmila Prasad (5/17/2011)
Parameters
pSample- Image Sample
pLine- Image Line
pCube- Image
pMeasureGrp- Optional Result Group
Returns
MeasureValidationResults

Definition at line 333 of file ControlNetValidMeasure.cpp.

double Isis::InterestOperator::WorstInterest ( ) const
inlineinherited

Return the Worst(least value) Interest.

Definition at line 154 of file InterestOperator.h.

Referenced by Isis::InterestOperator::FindCnetRef().

Member Data Documentation

double Isis::ControlNetValidMeasure::m_lineShift
protectedinherited

Store current Measure's Line Shift.

Definition at line 285 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::m_lineShiftTolerance
protectedinherited

Standard Option Line Shift.

Definition at line 273 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::m_pixelShift
protectedinherited

Store current Measure's Pixel Shift.

Definition at line 286 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::m_pixelShiftTolerance
protectedinherited

Standard Option Pixel Shift.

Definition at line 274 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::m_sampleShift
protectedinherited

Store current Measure's Sample Shift.

Definition at line 284 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::m_sampleShiftTolerance
protectedinherited

Standard Option Sample Shift.

Definition at line 272 of file ControlNetValidMeasure.h.

bool Isis::ControlNetValidMeasure::mbCameraRequired
protectedinherited

                To improve speed, flag to indicate if 

< Camera needs to be opened

Definition at line 296 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::IsCameraRequired(), and Isis::ControlNetValidMeasure::SetCameraRequiredFlag().

bool Isis::ControlNetValidMeasure::mbValidateDN
protectedinherited

Check if DN needs to be Validated.

Definition at line 298 of file ControlNetValidMeasure.h.

bool Isis::ControlNetValidMeasure::mbValidateFromEdge
protectedinherited

Check if Pixels/Meters from edge needs to be Validated.

Definition at line 299 of file ControlNetValidMeasure.h.

CubeManager Isis::ControlNetValidMeasure::mCubeMgr
protectedinherited
double Isis::ControlNetValidMeasure::mdDnValue
protectedinherited

Store current Measure's DN Value.

Definition at line 279 of file ControlNetValidMeasure.h.

Referenced by Isis::InterestOperator::InterestByMeasure().

double Isis::ControlNetValidMeasure::mdEmissionAngle
protectedinherited

Store current Measure's Emission Angle.

Definition at line 276 of file ControlNetValidMeasure.h.

Referenced by Isis::InterestOperator::InterestByMeasure().

double Isis::ControlNetValidMeasure::mdIncidenceAngle
protectedinherited

Store current Measure's Incidence Angle.

Definition at line 277 of file ControlNetValidMeasure.h.

Referenced by Isis::InterestOperator::InterestByMeasure().

double Isis::ControlNetValidMeasure::mdLineResidual
protectedinherited

Store current Measure's Line Residual.

Definition at line 281 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::mdLineResTolerance
protectedinherited

Standard Option Line Residual.

Definition at line 269 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::mdMaxDN
protectedinherited

Standard Option MaxDN.

Definition at line 259 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetMaxDN(), and Isis::StandardDeviationOperator::Interest().

double Isis::ControlNetValidMeasure::mdMaxEmissionAngle
protectedinherited

Standard Option MaxEmissionAngle.

Definition at line 263 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetMaxEmissionAngle().

double Isis::ControlNetValidMeasure::mdMaxIncidenceAngle
protectedinherited

Standard Option MaxIncidenceAngle.

Definition at line 265 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetMaxIncidenceAngle().

double Isis::ControlNetValidMeasure::mdMaxResolution
protectedinherited

Standard Option MaxResolution.

Definition at line 261 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::mdMetersFromEdge
protectedinherited

Standard Option MeteresFromEdge.

Definition at line 266 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetMetersFromEdge().

double Isis::ControlNetValidMeasure::mdMinDN
protectedinherited

Standard Option MinDN.

Definition at line 258 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetMinDN(), and Isis::StandardDeviationOperator::Interest().

double Isis::ControlNetValidMeasure::mdMinEmissionAngle
protectedinherited

Standard Option MinEmissionAngle.

Definition at line 262 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetMinEmissionAngle().

double Isis::ControlNetValidMeasure::mdMinIncidenceAngle
protectedinherited

Standard Option MinIncidenceAngle.

Definition at line 264 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetMinIncidenceAngle().

double Isis::ControlNetValidMeasure::mdMinResolution
protectedinherited

Standard Option MinResolution.

Definition at line 260 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::mdResidualMagnitude
protectedinherited

Store current Measure's Residual Magnitude.

Definition at line 282 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::mdResidualTolerance
protectedinherited

Standard Option Residual Magnitude.

Definition at line 270 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::mdResolution
protectedinherited

Store current Measure's Resolution.

Definition at line 278 of file ControlNetValidMeasure.h.

Referenced by Isis::InterestOperator::FindCnetRef(), and Isis::InterestOperator::InterestByMeasure().

double Isis::ControlNetValidMeasure::mdSampleResidual
protectedinherited

Store current Measure's Sample Residual.

Definition at line 280 of file ControlNetValidMeasure.h.

double Isis::ControlNetValidMeasure::mdSampleResTolerance
protectedinherited

Standard Option Sample Residual.

Definition at line 268 of file ControlNetValidMeasure.h.

int Isis::ControlNetValidMeasure::miPixelsFromEdge
protectedinherited

Standard Option PixelsFromEdge.

Definition at line 267 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetPixelsFromEdge().

Isis::PvlGroup Isis::InterestOperator::mOperatorGrp
protectedinherited
Pvl Isis::ControlNetValidMeasure::mPvlLog
protectedinherited

Pvl Log of all the processing.

Definition at line 291 of file ControlNetValidMeasure.h.

Referenced by Isis::InterestOperator::FindCnetRef(), and Isis::ControlNetValidMeasure::GetLogPvl().

PvlGroup Isis::ControlNetValidMeasure::mPvlOpGrp
protectedinherited

Pvl Operator Group.

Definition at line 288 of file ControlNetValidMeasure.h.

PvlGroup Isis::ControlNetValidMeasure::mStatisticsGrp
protectedinherited
Progress Isis::ControlNetValidMeasure::mStatus
protectedinherited

Monitor the status of the app.

Definition at line 292 of file ControlNetValidMeasure.h.

Referenced by Isis::InterestOperator::FindCnetRef().

PvlGroup Isis::ControlNetValidMeasure::mStdOptionsGrp
protectedinherited

Pvl Standard Options Group.

Definition at line 289 of file ControlNetValidMeasure.h.

Referenced by Isis::ControlNetValidMeasure::GetStdOptions().

geos::geom::MultiPolygon* Isis::InterestOperator::p_clipPolygon
protectedinherited

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