Isis 3.0 Programmer Reference
Back | Home
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 
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
A leaf node in the tree structure that represents a control point.
Definition: PointLeafItem.h:25
Base class for leaf items in the tree.
Base class for an item in the tree.
A single control point.
Definition: ControlPoint.h:339
Base class for a point item in the tree.

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