1#ifndef MosaicControlNetTool_h 
    2#define MosaicControlNetTool_h 
  102      void addToMenu(
QMenu *menu);
 
  106      QString projectPvlObjectName() 
const;
 
  120      void createControlPoint(
double latitude, 
double longitude);
 
  123      void deleteControlPoint(QString controlPointId);
 
  128      void displayNewControlPoint(QString pointId);
 
  129      void displayChangedControlPoint(QString pointId);
 
  130      void displayUponControlPointDeletion();
 
  135      void mouseButtonRelease(QPointF, Qt::MouseButton s);
 
  144      void randomizeColors();
 
  153      QPushButton *m_loadControlNetButton;
 
  154      QPushButton *m_displayControlNetButton;
 
  155      QPushButton *m_displayConnectivity;
 
  156      QPushButton *m_configMovement;
 
  157      QPushButton *m_closeNetwork;
 
  158      QPushButton *m_randomizeColors;
 
  162      QLabel *m_controlNetFileLabel;
 
  163      QString m_controlNetFile;
 
 
Control Network Display on Mosaic Scene.
 
This represents a cube in a project-based GUI interface.
 
Internalizes a list of images and allows for operations on the entire list.
 
Contains Pvl Groups and Pvl Objects.
 
This is free and unencumbered software released into the public domain.