Loading [MathJax]/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
ImageLeafItem.cpp
1 #include "IsisDebug.h"
2 
3 #include "ImageLeafItem.h"
4 
5 
6 namespace Isis {
7  ImageLeafItem::ImageLeafItem(QString imageSerial, ControlNet *net,
8  int avgCharWidth, AbstractTreeItem *parent)
9  : AbstractTreeItem(parent), AbstractImageItem(imageSerial, net, avgCharWidth) {
10  }
11 
12 
13  ImageLeafItem::~ImageLeafItem() {
14  }
15 }
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31

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:25