|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ChipViewportsWidget_h
2 #define ChipViewportsWidget_h
29 class MdiCubeViewport;
30 class SerialNumberList;
32 class UniversalGroundMap;
75 void showPoints(
bool showPoints);
76 void geomChips(
bool geomChips);
81 void createChipViewports(
QWidget *parent);
86 void mousePressEvent(
QObject *
object, QMouseEvent *event);
90 QPointer<QWidget> m_parent;
93 QString m_cnetFileName;
94 QPointer<QLabel> m_cnetFileNameLabel;
97 QPointer<QAction> m_closeChipViewportWidget;
99 QPointer<QAction> m_saveChips;
102 QPointer<QLabel> m_ptIdValue;
104 QPointer<ControlPoint> m_controlPoint;
106 QPointer<ControlNet> m_controlNet;
108 QPointer<QGridLayout> m_chipViewportsLayout;
const int VIEWSIZE
Constant representing the length and width of the chip viewports.
Definition: ChipViewportsWidget.cpp:48
This is free and unencumbered software released into the public domain.
Definition: BoxcarCachingAlgorithm.h:13
File name manipulation and expansion.
Definition: FileName.h:100
void TackCube(const double cubeSample, const double cubeLine)
This sets which cube position will be located at the chip tack position.
Definition: Chip.cpp:182
Pixel value mapper.
Definition: Stretch.h:58
Serial Number list generator.
Definition: SerialNumberList.h:64
void Load(Cube &cube, const double rotation=0.0, const double scale=1.0, const int band=1)
Load cube data into the Chip.
Definition: Chip.cpp:203
void setControlNet(ControlNet *newControlNet)
sets the ControlNet to be used for drawing measure locations
Definition: ChipViewport.h:167
QString GetCubeSerialNumber() const
Return the serial number of the cube containing the coordinate.
Definition: ControlMeasure.cpp:557
A single control point.
Definition: ControlPoint.h:354
double GetSample() const
Definition: ControlMeasure.cpp:723
a control network
Definition: ControlNet.h:257
IO Handler for Isis Cubes.
Definition: Cube.h:167
Widget to display Isis cubes for qt apps.
Definition: CubeViewport.h:122
Viewport for Isis Chips.
Definition: ChipViewport.h:71
void setChip(Chip *chip, Cube *chipCube)
Set chip.
Definition: ChipViewport.cpp:110
Namespace for the standard library.
A small chip of data used for pattern matching.
Definition: Chip.h:86
double GetLine() const
Definition: ControlMeasure.cpp:690
void setPoints(bool checked)
Slot to set whether control points are drawn.
Definition: ChipViewport.cpp:556
QString fileName(const QString &sn)
Return a filename given a serial number.
Definition: SerialNumberList.cpp:399
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
a control measurement
Definition: ControlMeasure.h:175