Isis 3.0 Programmer Reference
Back | Home
ImageLeafItem.cpp
1 #include "IsisDebug.h"
2 
3 #include "ImageLeafItem.h"
4 
5 
6 namespace Isis {
7  namespace CnetViz {
8  ImageLeafItem::ImageLeafItem(ControlCubeGraphNode *node,
9  int avgCharWidth, AbstractTreeItem *parent)
10  : AbstractTreeItem(parent), AbstractImageItem(node, avgCharWidth) {
11  }
12 
13 
14  ImageLeafItem::~ImageLeafItem() {
15  }
16  }
17 }

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 ISIS Support Center
File Modified: 07/12/2023 23:20:09