|
Isis Developer Reference
|
Go to the documentation of this file.
24 class MdiCubeViewport;
147 void handleOkClicked();
148 void handleLinkClicked();
149 void handleRecordClicked();
150 void togglePointVisible();
153 void centerLinkedViewports();
155 double lat,
double lon);
161 QToolButton *p_showDialogButton;
162 QToolButton *p_linkViewportsButton;
163 QToolButton *p_togglePointVisibleButton;
164 QCheckBox *p_syncScale;
165 QLineEdit *p_statusEdit;
166 QTabWidget *p_tabWidget;
@ Degrees
Degrees are generally considered more human readable, 0-360 is one circle, however most math does not...
Definition: Angle.h:56
Cube display widget for certain Isis MDI applications.
Definition: MdiCubeViewport.h:39
Universal Ground Map.
Definition: UniversalGroundMap.h:69
double Sample() const
Returns the current line value of the camera model or projection.
Definition: UniversalGroundMap.cpp:200
double UniversalLatitude() const
Returns the universal latitude of the camera model or projection.
Definition: UniversalGroundMap.cpp:247
bool IsSpecial(const double d)
Returns if the input pixel is special.
Definition: SpecialPixel.h:197
UniversalGroundMap * universalGroundMap() const
Definition: CubeViewport.h:353
Camera * camera() const
Definition: CubeViewport.h:348
Distance measurement, usually in meters.
Definition: Distance.h:34
QLineEdit * p_sampLineEdit
Input for sample.
Definition: FindTool.h:52
QLineEdit * p_latLineEdit
Input for latitude.
Definition: FindTool.h:38
void cubeToViewport(double sample, double line, int &x, int &y) const
Turns a cube into a viewport.
Definition: CubeViewport.cpp:852
@ Meters
The distance is being specified in meters.
Definition: Distance.h:43
QLineEdit * p_lonLineEdit
Input for longitude.
Definition: FindTool.h:37
bool isLinked() const
Is the viewport linked with other viewports.
Definition: MdiCubeViewport.h:50
Definition: FindTool.h:31
ImageTab(QWidget *parent=0)
The image tab used by the dialog in the FindTool.
Definition: FindTool.cpp:155
QLineEdit * p_lineLineEdit
Input for line.
Definition: FindTool.h:53
Definition: FindTool.h:46
bool SetUniversalGround(double lat, double lon)
Returns whether the lat/lon position was set successfully in the camera model or projection.
Definition: UniversalGroundMap.cpp:102
bool SetImage(double sample, double line)
Returns whether the sample/line postion was set successfully in the camera model or projection.
Definition: UniversalGroundMap.cpp:233
GroundTab(QWidget *parent=0)
The ground tab used by the dialog in the FindTool.
Definition: FindTool.cpp:130
void viewportToCube(int x, int y, double &sample, double &line) const
Turns a viewport into a cube.
Definition: CubeViewport.cpp:815
double Line() const
Returns the current line value of the camera model or projection.
Definition: UniversalGroundMap.cpp:214
double UniversalLongitude() const
Returns the universal longitude of the camera model or projection.
Definition: UniversalGroundMap.cpp:270
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
Projection * projection() const
Definition: CubeViewport.h:343