An official website of the United States government
Here’s how you know
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
|
Store statistics pertaining to the overlapping areas and indices (corresponding to the statistics list) for two data sets. More...
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. | |
Store statistics pertaining to the overlapping areas and indices (corresponding to the statistics list) for two data sets.
Definition at line 169 of file OverlapNormalization.h.
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(), and Isis::OverlapNormalization::Solve().
Statistics Isis::OverlapNormalization::Overlap::area2 |
Overlapping area for the second data set.
Definition at line 180 of file OverlapNormalization.h.
Referenced by Isis::OverlapNormalization::AddOverlap(), and Isis::OverlapNormalization::Solve().
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::AddOverlap(), and Isis::OverlapNormalization::Solve().
int Isis::OverlapNormalization::Overlap::index2 |
Index corresponding to m_statsList for the second overlapping data set.
Definition at line 192 of file OverlapNormalization.h.
Referenced by Isis::OverlapNormalization::AddOverlap(), and Isis::OverlapNormalization::Solve().