USGS

Isis 3.0 Developer's Reference (API)

Home

Isis::Analysis Struct Reference

Error analysis of Gruen match point solution. More...

#include <GruenTypes.h>

List of all members.

Public Member Functions

 Analysis ()
 ~Analysis ()
bool isValid () const
double getEigen () const
 Returns the square of the of sum of the squares of eigenvalues.
void setZeroState ()
 Resets eigenvalues to 0.

Public Attributes

BigInt m_npts
double m_variance
double m_sevals [2]
double m_kmat [2]
int m_status

Detailed Description

Error analysis of Gruen match point solution.

Author:
2011-04-18 Kris Becker

Constructor & Destructor Documentation

Isis::Analysis::Analysis (  )  [inline]

References m_kmat, and m_sevals.

Isis::Analysis::~Analysis (  )  [inline]

Member Function Documentation

double Isis::Analysis::getEigen (  )  const [inline]

Returns the square of the of sum of the squares of eigenvalues.

References m_sevals.

Referenced by Isis::MatchPoint::getEigen(), and Isis::Gruen::MatchAlgorithm().

bool Isis::Analysis::isValid (  )  const [inline]

References m_status.

Referenced by Isis::Gruen::MatchAlgorithm().

void Isis::Analysis::setZeroState (  )  [inline]

Resets eigenvalues to 0.

References m_kmat, m_sevals, and m_status.

Referenced by Isis::SmtkMatcher::Create().


Member Data Documentation


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