|
Isis 3 Programmer Reference
|
Go to the documentation of this file. 1 #ifndef MatrixViewWorkOrder_H
2 #define MatrixViewWorkOrder_H
25 #include "WorkOrder.h"
28 class CorrelationMatrix;
bool dependsOn(WorkOrder *other) const
This method returns true if other depends on a MatrixViewWorkOrder.
Provide Undo/redo abilities, serialization, and history for an operation.
virtual bool isExecutable(CorrelationMatrix matrix)
This check is used by Directory::supportedActions(DataType data).
~MatrixViewWorkOrder()
Destructor.
This is a container for the correlation matrix that comes from a bundle adjust.
The main project for ipce.
MatrixViewWorkOrder(Project *project)
This method sets the text of the work order.
bool setupExecution()
If WorkOrder::execute() returns true, a new matrix view is created.
This work order will open a MatrixSceneWidget and display the correlation matrix.
Project * project() const
Returns the Project this WorkOrder is attached to.
void undoExecution()
This method deletes the last matrix viewed.
void execute()
This method computes and displays the correlation matrix.
virtual MatrixViewWorkOrder * clone() const
This method clones the MatrixViewWorkOrder.
This is free and unencumbered software released into the public domain.