File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
Isis::AffineTolerance Struct Reference

Container for Affine limits parameters. More...

#include <GruenTypes.h>

Collaboration diagram for Isis::AffineTolerance:
Collaboration graph

Public Member Functions

 AffineTolerance ()
 
 AffineTolerance (const double &transTol, const double &scaleTol, const double &shearTol)
 
 ~AffineTolerance ()
 

Public Attributes

double m_transTol
 
double m_scaleTol
 
double m_shearTol
 

Detailed Description

Container for Affine limits parameters.

These parameters govern the convergence of the Gruen affine processing. These are used in conjunction with a Chip (size) to determine the actual convergence values.

See also
Threshold
Author
2011-05-18 Kris Becker

Constructor & Destructor Documentation

◆ AffineTolerance() [1/2]

Isis::AffineTolerance::AffineTolerance ( )
inline

◆ AffineTolerance() [2/2]

Isis::AffineTolerance::AffineTolerance ( const double &  transTol,
const double &  scaleTol,
const double &  shearTol 
)
inline

◆ ~AffineTolerance()

Isis::AffineTolerance::~AffineTolerance ( )
inline

Member Data Documentation

◆ m_scaleTol

double Isis::AffineTolerance::m_scaleTol

◆ m_shearTol

double Isis::AffineTolerance::m_shearTol

◆ m_transTol

double Isis::AffineTolerance::m_transTol

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

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 03/21/2022 06:55:37