Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Secure .gov websites use HTTPS
A lock ( ) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.

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.

◆ mdBestLine

double Isis::InterestOperator::InterestResults::mdBestLine

Most interesting line.

Definition at line 216 of file InterestOperator.h.

◆ mdBestSample

double Isis::InterestOperator::InterestResults::mdBestSample

Most interesting sample.

Definition at line 215 of file InterestOperator.h.

◆ mdDn

double Isis::InterestOperator::InterestResults::mdDn

Cube DN value at most interesting sample,line.

Definition at line 221 of file InterestOperator.h.

◆ mdEmission

double Isis::InterestOperator::InterestResults::mdEmission

Emission angle at most interesting sample,line.

Definition at line 219 of file InterestOperator.h.

◆ mdIncidence

double Isis::InterestOperator::InterestResults::mdIncidence

Incidence angle at most interesting sample,line.

Definition at line 220 of file InterestOperator.h.

◆ mdInterest

double Isis::InterestOperator::InterestResults::mdInterest

Resulting interest amt from InterestOperator.

Definition at line 214 of file InterestOperator.h.

◆ mdOrigLine

double Isis::InterestOperator::InterestResults::mdOrigLine

Control Measure's original line.

Definition at line 218 of file InterestOperator.h.

◆ mdOrigSample

double Isis::InterestOperator::InterestResults::mdOrigSample

Control Measure's original sample.

Definition at line 217 of file InterestOperator.h.

◆ mdResolution

double Isis::InterestOperator::InterestResults::mdResolution

Camera resolution at most interesting sample,line.

Definition at line 222 of file InterestOperator.h.

◆ miDeltaLine

int Isis::InterestOperator::InterestResults::miDeltaLine

The number of Lines the point has been moved.

Definition at line 225 of file InterestOperator.h.

◆ miDeltaSample

int Isis::InterestOperator::InterestResults::miDeltaSample

The number of Samples the point has been moved.

Definition at line 224 of file InterestOperator.h.

◆ msSerialNum

QString Isis::InterestOperator::InterestResults::msSerialNum

Serial Number of the Measure.

Definition at line 213 of file InterestOperator.h.


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