File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Programmer Reference
ImageParentItem.cpp
1 #include "IsisDebug.h"
2 
3 #include "ImageParentItem.h"
4 
5 #include "ControlNet.h"
6 
7 namespace Isis {
8  ImageParentItem::ImageParentItem(QString imageSerial, ControlNet *net,
9  int avgCharWidth, AbstractTreeItem *parent)
10  : AbstractTreeItem(parent), AbstractImageItem(imageSerial, net, avgCharWidth) {
11  }
12 
13 
14  ImageParentItem::~ImageParentItem() {
15  }
16 }
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:31