1#ifndef BundleObservationViewWorkOrder_H
2#define BundleObservationViewWorkOrder_H
Abstract base class for an observation in bundle adjustment.
virtual void execute()
This adds a new BundleObservationView to the project.
virtual bool setupExecution()
Setup this WorkOrder for execution.
virtual BundleObservationViewWorkOrder * clone() const
This method clones the current BundleObservationViewWorkOrder and returns it.
virtual bool isExecutable(FileItemQsp fileItem)
False if none of the images has a footprint.
BundleObservationViewWorkOrder(Project *project)
Creates a work order to view BundleObservation.
~BundleObservationViewWorkOrder()
Destructor to clean up any memory that this work order allocates.
The main project for ipce.
Project * project() const
Returns the Project this WorkOrder is attached to.
FileItemQsp fileItem()
WorkOrder::fileItem.
WorkOrder(Project *project)
Create a work order that will work with the given project.
This is free and unencumbered software released into the public domain.
QSharedPointer< FileItem > FileItemQsp
A FileItem smart pointer.