1 #ifndef MosaicControlNetTool_h
2 #define MosaicControlNetTool_h
4 #include "MosaicTool.h"
12 class ControlNetGraphicsItem;
84 void addToMenu(QMenu *menu);
88 QString projectPvlObjectName()
const;
102 void createControlPoint(
double latitude,
double longitude);
105 void deleteControlPoint(QString controlPointId);
108 void displayNewControlPoint(QString pointId);
109 void displayChangedControlPoint(QString pointId);
110 void displayUponControlPointDeletion();
115 void mouseButtonRelease(QPointF, Qt::MouseButton s);
125 void randomizeColors();
134 QPushButton *m_loadControlNetButton;
135 QPushButton *m_displayControlNetButton;
136 QPushButton *m_displayConnectivity;
137 QPushButton *m_configMovement;
138 QPushButton *m_closeNetwork;
139 QPushButton *m_randomizeColors;
143 QLabel *m_controlNetFileLabel;
144 QString m_controlNetFile;
Internalizes a list of images and allows for operations on the entire list.
Control Network Display on Mosaic Scene.
This represents a cube in a project-based GUI interface.
Contains Pvl Groups and Pvl Objects.