1#ifndef Qisis_MeasureTool_h
2#define Qisis_MeasureTool_h
8#include "RubberBandComboBox.h"
9#include "TableMainWindow.h"
21 class MdiCubeViewport;
95 void setDistances(
MdiCubeViewport *cvp, QPoint lineStart, QPoint lineEnd);
168 QList<double> m_distanceSegments;
169 QList<double> m_pixDistSegments;
170 QList<double> m_startSampSegments;
171 QList<double> m_endSampSegments;
172 QList<double> m_startLineSegments;
173 QList<double> m_endLineSegments;
174 QList<double> m_startLatSegments;
175 QList<double> m_endLatSegments;
176 QList<double> m_startLonSegments;
177 QList<double> m_endLonSegments;
186 QCheckBox *m_showAllSegments;
Cube display widget for certain Isis MDI applications.
Combo box for choosing a rubber band type.
a subclass of the qisis mainwindow, tablemainwindow handles all of the table tasks.
This is free and unencumbered software released into the public domain.