File failed to load: https://isis.astrogeology.usgs.gov/3.9.0/Object/assets/jax/output/NativeMML/config.js
Isis 3 Developer Reference
MeasureLeafItem.h
Go to the documentation of this file.
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 
25  public:
26  MeasureLeafItem(ControlMeasure *cm, int avgCharWidth,
28  virtual ~MeasureLeafItem();
29 
30 
31  private: // Disallow copying of this class
32  MeasureLeafItem(const MeasureLeafItem &other);
33  const MeasureLeafItem &operator=(const MeasureLeafItem &other);
34  };
35 }
36 
37 #endif
Base class for a measure item in the tree.
Definition: AbstractMeasureItem.h:29
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:38
MeasureLeafItem(ControlMeasure *cm, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: MeasureLeafItem.cpp:7
A leaf node in the tree structure that represents a control measure.
Definition: MeasureLeafItem.h:24
virtual ~MeasureLeafItem()
Definition: MeasureLeafItem.cpp:13
Base class for leaf items in the tree.
Definition: AbstractLeafItem.h:24
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
a control measurement
Definition: ControlMeasure.h:189
Base class for an item in the tree.
Definition: AbstractTreeItem.h:31

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 USGS Astrogeology Discussion Board
To report a bug, or suggest a feature go to: ISIS Github
File Modified: 07/12/2023 23:23:54