|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef MatrixSceneWidget_H
2 #define MatrixSceneWidget_H
8 template <
typename A>
class QList;
9 class QGraphicsPolygonItem;
12 class QGraphicsSceneContextMenuEvent;
21 class CorrelationMatrix;
23 class DisplayProperties;
25 class MatrixDisplayTool;
26 class MatrixGraphicsView;
57 bool internalizeToolBarsAndProgress,
92 template <
typename DataType>
125 void sendVisibleRectChanged();
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:61
Definition: Directory.h:271
SparseBlockColumnMatrix.
Definition: SparseBlockMatrix.h:58
bool colorScheme()
Use the green-red gradient if false.
Definition: MatrixOptions.cpp:116
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
Definition: ProgressBar.h:15
QColor goodCorrelationColor()
The color selected for the correlation values that are below the given threshold.
Definition: MatrixOptions.cpp:82
double colorTolerance()
Threshold for what is considered a bad correlation.
Definition: MatrixOptions.cpp:104
void enableResizeZooming(bool enabled)
Definition: MatrixGraphicsView.h:22
This class holds the matrix color and focus information.
Definition: MatrixOptions.h:28
This is a container for the correlation matrix that comes from a bundle adjust.
Definition: CorrelationMatrix.h:61
A graphics view that resizes in a more friendly way.
Definition: MatrixGraphicsView.h:15
CorrelationMatrix * parentMatrix()
Definition: MatrixOptions.cpp:393
QColor badCorrelationColor()
The color selected for the correlation values that are above the given threshold.
Definition: MatrixOptions.cpp:93
QList< SparseBlockColumnMatrix > * visibleBlocks()
Get the visible part of the matrix.
Definition: CorrelationMatrix.cpp:454
A graphics scene with improved user-interaction for use with the MatrixSceneWidget.
Definition: MatrixGraphicsScene.h:21
QMap< QString, QStringList > * imagesAndParameters()
Public access for the qmap of images and parameters.
Definition: CorrelationMatrix.cpp:417
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16