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
[legend]

List of all members.

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 222 of file InterestOperator.h.


Member Data Documentation

Value of the interest operator result (success).

Definition at line 233 of file InterestOperator.h.

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

Cube DN value at most interesting sample,line.

Definition at line 231 of file InterestOperator.h.

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

Emission angle at most interesting sample,line.

Definition at line 229 of file InterestOperator.h.

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

Incidence angle at most interesting sample,line.

Definition at line 230 of file InterestOperator.h.

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

Control Measure's original line.

Definition at line 228 of file InterestOperator.h.

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

Control Measure's original sample.

Definition at line 227 of file InterestOperator.h.

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

Camera resolution at most interesting sample,line.

Definition at line 232 of file InterestOperator.h.

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

The number of Lines the point has been moved.

Definition at line 235 of file InterestOperator.h.

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

The number of Samples the point has been moved.

Definition at line 234 of file InterestOperator.h.

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


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