File failed to load: https://isis.astrogeology.usgs.gov/7.2.0/Object/assets/jax/output/NativeMML/config.js
Isis Developer Reference
MeasureLeafItem.h
Go to the documentation of this file.
1#ifndef MeasureLeafItem_H
2#define MeasureLeafItem_H
3
10/* SPDX-License-Identifier: CC0-1.0 */
11
12
13#include "AbstractMeasureItem.h"
14#include "AbstractLeafItem.h"
15
16
17namespace Isis {
18 class ControlMeasure;
19
33 public:
34 MeasureLeafItem(ControlMeasure *cm, int avgCharWidth,
36 virtual ~MeasureLeafItem();
37
38
39 private: // Disallow copying of this class
40 MeasureLeafItem(const MeasureLeafItem &other);
41 const MeasureLeafItem &operator=(const MeasureLeafItem &other);
42 };
43}
44
45#endif
Base class for leaf items in the tree.
Definition: AbstractLeafItem.h:31
Base class for a measure item in the tree.
Definition: AbstractMeasureItem.h:37
Base class for an item in the tree.
Definition: AbstractTreeItem.h:39
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:44
a control measurement
Definition: ControlMeasure.h:175
A leaf node in the tree structure that represents a control measure.
Definition: MeasureLeafItem.h:32
virtual ~MeasureLeafItem()
Definition: MeasureLeafItem.cpp:19
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16

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: 02/21/2025 22:09:12