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
ImageLeafItem.h
1
#ifndef ImageLeafItem_H
2
#define ImageLeafItem_H
3
4
5
#include "AbstractImageItem.h"
6
#include "AbstractLeafItem.h"
7
8
9
namespace
Isis {
10
class
ControlCubeGraphNode;
11
12
namespace
CnetViz {
13
24
class
ImageLeafItem
:
public
AbstractImageItem
,
public
AbstractLeafItem
{
25
public
:
26
ImageLeafItem
(
ControlCubeGraphNode
*node,
27
int
avgCharWidth,
AbstractTreeItem
*parent = 0);
28
virtual
~
ImageLeafItem
();
29
30
31
private
:
// Disallow copying of this class
32
ImageLeafItem
(
const
ImageLeafItem
&other);
33
const
ImageLeafItem
&operator=(
const
ImageLeafItem
&other);
34
};
35
}
36
}
37
38
#endif
Isis::ControlCubeGraphNode
Serial Number with added functionality for Control Networks.
Definition:
ControlCubeGraphNode.h:67
Isis::CnetViz::AbstractLeafItem
Base class for leaf items in the tree.
Definition:
AbstractLeafItem.h:24
Isis::CnetViz::AbstractImageItem
Base class for an image item in the tree.
Definition:
AbstractImageItem.h:28
Isis::CnetViz::AbstractTreeItem
Base class for an item in the tree.
Definition:
AbstractTreeItem.h:31
Isis::CnetViz::ImageLeafItem
Tree item that is a leaf and represents an image.
Definition:
ImageLeafItem.h:24
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