File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
MosaicSceneWorkOrder.h
1 #ifndef MosaicSceneWorkOrder_H
2 #define MosaicSceneWorkOrder_H
3 
4 #include "WorkOrder.h"
5 
6 namespace Isis {
7  class MosaicSceneWidget;
8 
28  Q_OBJECT
29  public:
34 
35  protected:
37 
38  void restoreZPositions(bool zValuesMightBeInUse);
39  void storeZPositions(QList<double> zPositions);
40 
41  private:
42  MosaicSceneWorkOrder &operator=(const MosaicSceneWorkOrder &rhs);
43  };
44 }
45 
46 #endif
Work order associated with a MosaicSceneWidget.
The main project for ipce.
Definition: Project.h:289
This widget encompasses the entire mosaic scene.
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.
MosaicSceneWidget * scene()
Returns the MosaicSceneWidget corresponding to this work order&#39;s interal data (the MosaicSceneWidget&#39;...
void restoreZPositions(bool zValuesMightBeInUse)
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

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:25:38