USGS

Isis 3.0 Object Programmers' Reference

Home

Isis::InterestOperator::InterestResults Struct Reference

Structure to hold Interest Results. More...

Collaboration diagram for Isis::InterestOperator::InterestResults:
Collaboration graph

Public Attributes

QString msSerialNum
 Serial Number of the Measure.
double mdInterest
 Resulting interest amt from InterestOperator.
double mdBestSample
 Most interesting sample.
double mdBestLine
 Most interesting line.
double mdOrigSample
 Control Measure's original sample.
double mdOrigLine
 Control Measure's original line.
double mdEmission
 Emission angle at most interesting sample,line.
double mdIncidence
 Incidence angle at most interesting sample,line.
double mdDn
 Cube DN value at most interesting sample,line.
double mdResolution
 Camera resolution at most interesting sample,line.
bool mbValid
 Value of the interest operator result (success)
int miDeltaSample
 The number of Samples the point has been moved.
int miDeltaLine
 The number of Lines the point has been moved.

Detailed Description

Structure to hold Interest Results.

Definition at line 226 of file InterestOperator.h.

Member Data Documentation

bool Isis::InterestOperator::InterestResults::mbValid

Value of the interest operator result (success)

Definition at line 237 of file InterestOperator.h.

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

double Isis::InterestOperator::InterestResults::mdBestLine
double Isis::InterestOperator::InterestResults::mdBestSample
double Isis::InterestOperator::InterestResults::mdDn

Cube DN value at most interesting sample,line.

Definition at line 235 of file InterestOperator.h.

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

double Isis::InterestOperator::InterestResults::mdEmission

Emission angle at most interesting sample,line.

Definition at line 233 of file InterestOperator.h.

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

double Isis::InterestOperator::InterestResults::mdIncidence

Incidence angle at most interesting sample,line.

Definition at line 234 of file InterestOperator.h.

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

double Isis::InterestOperator::InterestResults::mdInterest
double Isis::InterestOperator::InterestResults::mdOrigLine

Control Measure's original line.

Definition at line 232 of file InterestOperator.h.

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

double Isis::InterestOperator::InterestResults::mdOrigSample

Control Measure's original sample.

Definition at line 231 of file InterestOperator.h.

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

double Isis::InterestOperator::InterestResults::mdResolution

Camera resolution at most interesting sample,line.

Definition at line 236 of file InterestOperator.h.

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

int Isis::InterestOperator::InterestResults::miDeltaLine

The number of Lines the point has been moved.

Definition at line 239 of file InterestOperator.h.

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

int Isis::InterestOperator::InterestResults::miDeltaSample

The number of Samples the point has been moved.

Definition at line 238 of file InterestOperator.h.

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

QString Isis::InterestOperator::InterestResults::msSerialNum

The documentation for this struct was generated from the following file: