Isis 3 Programmer Reference
PointLeafItem.cpp
1 #include "IsisDebug.h"
2 
3 #include "PointLeafItem.h"
4 
5 
6 namespace Isis {
7  PointLeafItem::PointLeafItem(ControlPoint *cp, int avgCharWidth,
8  AbstractTreeItem *parent) : AbstractTreeItem(parent),
9  AbstractPointItem(cp, avgCharWidth) {
10  }
11 
12 
13  PointLeafItem::~PointLeafItem() {
14  }
15 }
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31