Isis 3 Programmer Reference
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 212 of file InterestOperator.h.

Member Data Documentation

◆ mbValid

bool Isis::InterestOperator::InterestResults::mbValid

Value of the interest operator result (success)

Definition at line 223 of file InterestOperator.h.

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

◆ mdBestLine

double Isis::InterestOperator::InterestResults::mdBestLine

◆ mdBestSample

double Isis::InterestOperator::InterestResults::mdBestSample

◆ mdDn

double Isis::InterestOperator::InterestResults::mdDn

Cube DN value at most interesting sample,line.

Definition at line 221 of file InterestOperator.h.

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

◆ mdEmission

double Isis::InterestOperator::InterestResults::mdEmission

Emission angle at most interesting sample,line.

Definition at line 219 of file InterestOperator.h.

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

◆ mdIncidence

double Isis::InterestOperator::InterestResults::mdIncidence

Incidence angle at most interesting sample,line.

Definition at line 220 of file InterestOperator.h.

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

◆ mdInterest

double Isis::InterestOperator::InterestResults::mdInterest

◆ mdOrigLine

double Isis::InterestOperator::InterestResults::mdOrigLine

Control Measure's original line.

Definition at line 218 of file InterestOperator.h.

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

◆ mdOrigSample

double Isis::InterestOperator::InterestResults::mdOrigSample

Control Measure's original sample.

Definition at line 217 of file InterestOperator.h.

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

◆ mdResolution

double Isis::InterestOperator::InterestResults::mdResolution

Camera resolution at most interesting sample,line.

Definition at line 222 of file InterestOperator.h.

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

◆ miDeltaLine

int Isis::InterestOperator::InterestResults::miDeltaLine

The number of Lines the point has been moved.

Definition at line 225 of file InterestOperator.h.

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

◆ miDeltaSample

int Isis::InterestOperator::InterestResults::miDeltaSample

The number of Samples the point has been moved.

Definition at line 224 of file InterestOperator.h.

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

◆ msSerialNum

QString Isis::InterestOperator::InterestResults::msSerialNum

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