Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
Isis 3.0 Programmer Reference
Isis 3.0 Object Documentation
Todo List
Deprecated List
History
Modules
Namespaces
Classes
Files
File List
File Members
ImageParentItem.cpp
1
#include "IsisDebug.h"
2
3
#include "ImageParentItem.h"
4
5
6
namespace
Isis {
7
namespace
CnetViz {
8
ImageParentItem::ImageParentItem(ControlCubeGraphNode *node,
9
int
avgCharWidth, AbstractTreeItem *parent)
10
: AbstractTreeItem(parent), AbstractImageItem(node, avgCharWidth) {
11
}
12
13
14
ImageParentItem::~ImageParentItem() {
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:15