Isis 3 Programmer Reference
Isis::OverlapNormalization::Overlap Class Reference

Store statistics pertaining to the overlapping areas and indices (corresponding to the statistics list) for two data sets. More...

Collaboration diagram for Isis::OverlapNormalization::Overlap:
Collaboration graph

Public Attributes

Statistics area1
 Overlapping area for the first data set.
 
Statistics area2
 Overlapping area for the second data set.
 
int index1
 Index corresponding to m_statsList for the first overlapping data set.
 
int index2
 Index corresponding to m_statsList for the second overlapping data set.
 

Detailed Description

Store statistics pertaining to the overlapping areas and indices (corresponding to the statistics list) for two data sets.

Author
????-??-?? Unknown

Definition at line 169 of file OverlapNormalization.h.

Member Data Documentation

◆ area1

Statistics Isis::OverlapNormalization::Overlap::area1

Overlapping area for the first data set.

Definition at line 175 of file OverlapNormalization.h.

Referenced by Isis::OverlapNormalization::AddOverlap().

◆ area2

Statistics Isis::OverlapNormalization::Overlap::area2

Overlapping area for the second data set.

Definition at line 180 of file OverlapNormalization.h.

◆ index1

int Isis::OverlapNormalization::Overlap::index1

Index corresponding to m_statsList for the first overlapping data set.

Definition at line 186 of file OverlapNormalization.h.

Referenced by Isis::OverlapNormalization::Solve().

◆ index2

int Isis::OverlapNormalization::Overlap::index2

Index corresponding to m_statsList for the second overlapping data set.

Definition at line 192 of file OverlapNormalization.h.


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