1 #ifndef PointLeafItem_H     2 #define PointLeafItem_H Base class for a point item in the tree. 
Definition: AbstractPointItem.h:32
 
AbstractTreeItem * parent() const
Definition: AbstractTreeItem.cpp:38
 
PointLeafItem(ControlPoint *cp, int avgCharWidth, AbstractTreeItem *parent=0)
Definition: PointLeafItem.cpp:7
 
A single control point. 
Definition: ControlPoint.h:369
 
Base class for leaf items in the tree. 
Definition: AbstractLeafItem.h:24
 
virtual ~PointLeafItem()
Definition: PointLeafItem.cpp:13
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31
 
A leaf node in the tree structure that represents a control point. 
Definition: PointLeafItem.h:24
 
Base class for an item in the tree. 
Definition: AbstractTreeItem.h:31