This class holds the matrix color and focus information.
More...
#include <MatrixOptions.h>
This class holds the matrix color and focus information.
This class is the go-between for the MatrixOptionsDialog and the MatrixSceneWidget.
- Author
- 2014-07-14 Kimberly Oyama
◆ FocusOption
Enumerator |
---|
Best | |
Worst | |
Specific | |
Tolerance | |
◆ MatrixOptions()
◆ ~MatrixOptions()
Isis::MatrixOptions::~MatrixOptions |
( |
| ) |
|
Constructor that sets up all the variables.
Default Destructor
◆ badCorrelationColor()
QColor Isis::MatrixOptions::badCorrelationColor |
( |
| ) |
|
◆ badElements()
QList< double > Isis::MatrixOptions::badElements |
( |
| ) |
|
◆ colorScheme()
bool Isis::MatrixOptions::colorScheme |
( |
| ) |
|
◆ colorTolerance()
double Isis::MatrixOptions::colorTolerance |
( |
| ) |
|
◆ currentCorrelation()
double Isis::MatrixOptions::currentCorrelation |
( |
| ) |
|
◆ currentImage1()
QString Isis::MatrixOptions::currentImage1 |
( |
| ) |
|
◆ currentImage2()
QString Isis::MatrixOptions::currentImage2 |
( |
| ) |
|
◆ currentParameter1()
QString Isis::MatrixOptions::currentParameter1 |
( |
| ) |
|
◆ currentParameter2()
QString Isis::MatrixOptions::currentParameter2 |
( |
| ) |
|
◆ focusImage1()
QString Isis::MatrixOptions::focusImage1 |
( |
| ) |
|
◆ focusImage2()
QString Isis::MatrixOptions::focusImage2 |
( |
| ) |
|
◆ focusOption()
◆ focusParameter1()
QString Isis::MatrixOptions::focusParameter1 |
( |
| ) |
|
◆ focusParameter2()
QString Isis::MatrixOptions::focusParameter2 |
( |
| ) |
|
◆ focusValue()
double Isis::MatrixOptions::focusValue |
( |
| ) |
|
The value of the spot on the matrix that we need to focus on.
This can come from the best or worst option as well as the good/bad lists when a tolerance is entered.
- Returns
Referenced by Isis::MatrixOptionsDialog::readOptions().
◆ goodCorrelationColor()
QColor Isis::MatrixOptions::goodCorrelationColor |
( |
| ) |
|
◆ goodElements()
QList< double > Isis::MatrixOptions::goodElements |
( |
| ) |
|
◆ matrixImgsAndParams()
◆ optionsUpdated
void Isis::MatrixOptions::optionsUpdated |
( |
| ) |
|
|
signal |
◆ parentMatrix()
◆ setBadCorrelationColor()
void Isis::MatrixOptions::setBadCorrelationColor |
( |
QColor | color | ) |
|
◆ setBadElements()
void Isis::MatrixOptions::setBadElements |
( |
QList< double > | badElements | ) |
|
◆ setColorScheme()
void Isis::MatrixOptions::setColorScheme |
( |
bool | tolerance | ) |
|
◆ setColorTolerance()
void Isis::MatrixOptions::setColorTolerance |
( |
double | tolerance | ) |
|
◆ setCurrentCorrelation()
void Isis::MatrixOptions::setCurrentCorrelation |
( |
double | value | ) |
|
◆ setCurrentImage1()
void Isis::MatrixOptions::setCurrentImage1 |
( |
QString | current | ) |
|
◆ setCurrentImage2()
void Isis::MatrixOptions::setCurrentImage2 |
( |
QString | current | ) |
|
◆ setCurrentParameter1()
void Isis::MatrixOptions::setCurrentParameter1 |
( |
QString | current | ) |
|
◆ setCurrentParameter2()
void Isis::MatrixOptions::setCurrentParameter2 |
( |
QString | current | ) |
|
◆ setFocusOption()
void Isis::MatrixOptions::setFocusOption |
( |
FocusOption | option | ) |
|
◆ setFocusValue()
void Isis::MatrixOptions::setFocusValue |
( |
double | value | ) |
|
◆ setGoodCorrelationColor()
void Isis::MatrixOptions::setGoodCorrelationColor |
( |
QColor | color | ) |
|
◆ setGoodElements()
void Isis::MatrixOptions::setGoodElements |
( |
QList< double > | goodElements | ) |
|
The documentation for this class was generated from the following files: