1 #ifndef JigsawWorkOrder_H 2 #define JigsawWorkOrder_H The main project for ipce.
Definition: Project.h:289
JigsawWorkOrder(Project *project)
Constructs a JigsawWorkOrder.
Definition: JigsawWorkOrder.cpp:55
virtual bool isExecutable()
This method is no longer necessary and will remain commented out until it needs to be implemented...
Definition: JigsawWorkOrder.cpp:115
~JigsawWorkOrder()
Destructor.
Definition: JigsawWorkOrder.cpp:81
bool dependsOn(WorkOrder *other) const
This method returns true if other depends on a JigsawWorkOrder.
Definition: JigsawWorkOrder.cpp:131
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:322
Unless noted otherwise, the portions of Isis written by the USGS are public domain.
QSharedPointer< BundleSettings > BundleSettingsQsp
Definition for a BundleSettingsQsp, a shared pointer to a BundleSettings object.
Definition: BundleSettings.h:417
Definition: JigsawWorkOrder.h:28
virtual void execute()
Executes the work order by creating a jigsaw dialog that allows the user to run or re-setup the setti...
Definition: JigsawWorkOrder.cpp:143
This work order allows the user to run a bundle adjustment (jigsaw).
Definition: JigsawWorkOrder.h:62
virtual JigsawWorkOrder * clone() const
This method clones the JigsawViewWorkOrder.
Definition: JigsawWorkOrder.cpp:90
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Project * project() const
Returns the Project this WorkOrder is attached to.
Definition: WorkOrder.cpp:1314