  | 
  
    Isis 3 Programmer Reference
    
   | 
 
 
 
 
    1 #ifndef BundleObservationViewWorkOrder_H 
    2 #define BundleObservationViewWorkOrder_H 
   12 #include "WorkOrder.h" 
   18   class BundleObservation;
 
 
 
virtual bool setupExecution()
Setup this WorkOrder for execution.
 
BundleObservationViewWorkOrder(Project *project)
Creates a work order to view BundleObservation.
 
virtual void execute()
This adds a new BundleObservationView to the project.
 
Provide Undo/redo abilities, serialization, and history for an operation.
 
The main project for ipce.
 
virtual bool isExecutable(FileItemQsp fileItem)
False if none of the images has a footprint.
 
Project * project() const
Returns the Project this WorkOrder is attached to.
 
virtual BundleObservationViewWorkOrder * clone() const
This method clones the current BundleObservationViewWorkOrder and returns it.
 
~BundleObservationViewWorkOrder()
Destructor to clean up any memory that this work order allocates.
 
FileItemQsp fileItem()
WorkOrder::fileItem.
 
This is a child of the WorkOrder class which is used for anything that performs an action in a Projec...
 
This is free and unencumbered software released into the public domain.