File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
ImageLeafItem.h
1 #ifndef ImageLeafItem_H
2 #define ImageLeafItem_H
3 
4 #include <QString>
5 
6 #include "AbstractImageItem.h"
7 #include "AbstractLeafItem.h"
8 
9 
10 namespace Isis {
11  class ControlNet;
12 
27  public:
28  ImageLeafItem(QString imageSerial, ControlNet *net,
29  int avgCharWidth, AbstractTreeItem *parent = 0);
30  virtual ~ImageLeafItem();
31 
32 
33  private: // Disallow copying of this class
34  ImageLeafItem(const ImageLeafItem &other);
35  const ImageLeafItem &operator=(const ImageLeafItem &other);
36  };
37 }
38 
39 #endif
a control network
Definition: ControlNet.h:271
Base class for leaf items in the tree.
Base class for an image item in the tree.
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
Base class for an item in the tree.
Tree item that is a leaf and represents an image.
Definition: ImageLeafItem.h:26

U.S. Department of the Interior | U.S. Geological Survey
ISIS | Privacy & Disclaimers | Astrogeology Research Program
To contact us, please post comments and questions on the USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:21:26