Isis 3.0 Programmer Reference
Back | Home
MeasureLeafItem.h
1 #ifndef MeasureLeafItem_H
2 #define MeasureLeafItem_H
3 
4 
5 #include "AbstractMeasureItem.h"
6 #include "AbstractLeafItem.h"
7 
8 
9 namespace Isis {
10  class ControlMeasure;
11 
12  namespace CnetViz {
13 
26  public:
27  MeasureLeafItem(ControlMeasure *cm, int avgCharWidth,
28  AbstractTreeItem *parent = 0);
29  virtual ~MeasureLeafItem();
30 
31 
32  private: // Disallow copying of this class
33  MeasureLeafItem(const MeasureLeafItem &other);
34  const MeasureLeafItem &operator=(const MeasureLeafItem &other);
35  };
36  }
37 }
38 
39 #endif
A leaf node in the tree structure that represents a control measure.
Base class for leaf items in the tree.
Base class for an item in the tree.
a control measurement
Base class for a measure 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:23:21