|
Isis 3 Programmer Reference
|
Go to the documentation of this file. 1 #ifndef JigsawWorkOrder_H
2 #define JigsawWorkOrder_H
25 #include "WorkOrder.h"
BundleSettingsQsp m_bundleSettings
BundleSettings shared betweeen setup and execute.
bool dependsOn(WorkOrder *other) const
This method returns true if other depends on a JigsawWorkOrder.
Provide Undo/redo abilities, serialization, and history for an operation.
virtual bool isExecutable()
This method is no longer necessary and will remain commented out until it needs to be implemented.
JigsawWorkOrder(Project *project)
Constructs a JigsawWorkOrder.
The main project for ipce.
QSharedPointer< BundleSettings > BundleSettingsQsp
Definition for a BundleSettingsQsp, a shared pointer to a BundleSettings object.
Project * project() const
Returns the Project this WorkOrder is attached to.
virtual JigsawWorkOrder * clone() const
This method clones the JigsawViewWorkOrder.
This work order allows the user to run a bundle adjustment (jigsaw).
~JigsawWorkOrder()
Destructor.
virtual void execute()
Executes the work order by creating a jigsaw dialog that allows the user to run or re-setup the setti...
This is free and unencumbered software released into the public domain.