Isis 3.0 Programmer Reference
Back | Home
MeasureLeafItem.cpp
1 #include "IsisDebug.h"
2 
3 #include "MeasureLeafItem.h"
4 
5 
6 namespace Isis {
7  namespace CnetViz {
8  MeasureLeafItem::MeasureLeafItem(ControlMeasure *cm,
9  int avgCharWidth, AbstractTreeItem *parent)
10  : AbstractTreeItem(parent), AbstractMeasureItem(cm, avgCharWidth) {
11  }
12 
13 
14  MeasureLeafItem::~MeasureLeafItem() {
15  }
16  }
17 }

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:20