|
Isis 3 Programmer Reference
|
1 #ifndef matrixOptions_h
2 #define matrixOptions_h
11 class CorrelationMatrix;
12 class MatrixSceneWidget;
85 void optionsUpdated();
98 double m_colorTolerance;
101 FocusOption m_focusOption;
105 QString m_parameter1;
107 QString m_parameter2;
111 double m_focusTolSelectedElement;
116 double m_currentValue;
117 QString m_currentImg1;
118 QString m_currentParam1;
119 QString m_currentImg2;
120 QString m_currentParam2;
void setFocusValue(double value)
void setBadElements(QList< double > badElements)
void setCurrentImage1(QString current)
bool colorScheme()
Use the green-red gradient if false.
FocusOption focusOption()
QList< double > badElements()
void setCurrentParameter1(QString current)
void setGoodElements(QList< double > goodElements)
QColor goodCorrelationColor()
The color selected for the correlation values that are below the given threshold.
double colorTolerance()
Threshold for what is considered a bad correlation.
QString currentParameter1()
This class holds the matrix color and focus information.
QString focusParameter1()
void setCurrentImage2(QString current)
void setCurrentParameter2(QString current)
MatrixOptions(CorrelationMatrix parent, MatrixSceneWidget *scene)
Default Constructor.
This is a container for the correlation matrix that comes from a bundle adjust.
void setBadCorrelationColor(QColor color)
double currentCorrelation()
void setCurrentCorrelation(double value)
void setColorTolerance(double tolerance)
void setColorScheme(bool tolerance)
QString currentParameter2()
double focusValue()
The value of the spot on the matrix that we need to focus on.
~MatrixOptions()
Constructor that sets up all the variables.
QString focusParameter2()
void setGoodCorrelationColor(QColor color)
QList< double > goodElements()
QMap< QString, QStringList > matrixImgsAndParams()
This slot will be called when a matrix element is clicked on.
QColor badCorrelationColor()
The color selected for the correlation values that are above the given threshold.
This is free and unencumbered software released into the public domain.
void setFocusOption(FocusOption option)