|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef MatrixViewWorkOrder_H
2 #define MatrixViewWorkOrder_H
28 class CorrelationMatrix;
virtual bool setupExecution()
This sets up the state for the work order.
Definition: WorkOrder.cpp:1261
bool dependsOn(WorkOrder *other) const
This method returns true if other depends on a MatrixViewWorkOrder.
Definition: MatrixViewWorkOrder.cpp:156
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
bool m_isSavedToHistory
Set the work order to be shown in the HistoryTreeWidget.
Definition: WorkOrder.h:537
void setInternalData(QStringList data)
Sets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1318
virtual bool isExecutable(CorrelationMatrix matrix)
This check is used by Directory::supportedActions(DataType data).
Definition: MatrixViewWorkOrder.cpp:82
void computeCorrelationMatrix()
Read covariance matrix and compute correlation values This method reads the covariance matrix in from...
Definition: CorrelationMatrix.cpp:203
~MatrixViewWorkOrder()
Destructor.
Definition: MatrixViewWorkOrder.cpp:61
This is a container for the correlation matrix that comes from a bundle adjust.
Definition: CorrelationMatrix.h:61
const char * what() const
Returns a string representation of this exception in its current state.
Definition: IException.cpp:375
The main project for ipce.
Definition: Project.h:289
MatrixViewWorkOrder(Project *project)
This method sets the text of the work order.
Definition: MatrixViewWorkOrder.cpp:42
Directory * directory() const
Returns the directory associated with this Project.
Definition: Project.cpp:1229
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
bool setupExecution()
If WorkOrder::execute() returns true, a new matrix view is created.
Definition: MatrixViewWorkOrder.cpp:92
This work order will open a MatrixSceneWidget and display the correlation matrix.
Definition: MatrixViewWorkOrder.h:47
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1300
Isis exception class.
Definition: IException.h:91
QList< MatrixSceneWidget * > matrixViews()
Accessor for the list of MatrixSceneWidgets currently available.
Definition: Directory.cpp:1350
void undoExecution()
This method deletes the last matrix viewed.
Definition: MatrixViewWorkOrder.cpp:193
void execute()
This method computes and displays the correlation matrix.
Definition: MatrixViewWorkOrder.cpp:165
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
@ WorkOrderFinished
This is used for work orders that will not undo or redo (See createsCleanState())
Definition: WorkOrder.h:331
QStringList internalData() const
Gets the internal data for this WorkOrder.
Definition: WorkOrder.cpp:1377
CorrelationMatrix correlationMatrix()
Returns the CorrleationMatrix for this WorkOrder.
Definition: WorkOrder.cpp:696
bool isValid()
This is the public accessor for the list of elements that should be displayed in the current view.
Definition: CorrelationMatrix.cpp:321
virtual MatrixViewWorkOrder * clone() const
This method clones the MatrixViewWorkOrder.
Definition: MatrixViewWorkOrder.cpp:69
void setClean(bool value)
Function to change the clean state of the project.
Definition: Project.cpp:1595
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
MatrixSceneWidget * addMatrixView()
Add the matrix view widget to the window.
Definition: Directory.cpp:924
WorkOrderStatus m_status
Definition: WorkOrder.h:539