Isis 3.0 Programmer Reference
Back
|
Home
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
PointLeafItem.h
1
#ifndef PointLeafItem_H
2
#define PointLeafItem_H
3
4
5
#include "AbstractPointItem.h"
6
#include "AbstractLeafItem.h"
7
8
9
namespace
Isis {
10
class
ControlPoint;
11
12
namespace
CnetViz {
13
25
class
PointLeafItem
:
public
AbstractPointItem
,
public
AbstractLeafItem
{
26
public
:
27
PointLeafItem
(
ControlPoint
*cp,
int
avgCharWidth,
28
AbstractTreeItem
*parent = 0);
29
virtual
~
PointLeafItem
();
30
31
32
private
:
// Disallow copying of this class
33
PointLeafItem
(
const
PointLeafItem
&other);
34
const
PointLeafItem
&operator=(
const
PointLeafItem
&other);
35
};
36
}
37
}
38
39
#endif
Isis::CnetViz::PointLeafItem
A leaf node in the tree structure that represents a control point.
Definition:
PointLeafItem.h:25
Isis::CnetViz::AbstractLeafItem
Base class for leaf items in the tree.
Definition:
AbstractLeafItem.h:24
Isis::CnetViz::AbstractTreeItem
Base class for an item in the tree.
Definition:
AbstractTreeItem.h:31
Isis::ControlPoint
A single control point.
Definition:
ControlPoint.h:339
Isis::CnetViz::AbstractPointItem
Base class for a point item in the tree.
Definition:
AbstractPointItem.h:33
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:25:42