|
Isis 3.0 Application Source Code Reference |
Home |
A leaf node in the tree structure that represents a control point. More...
#include <PointLeafItem.h>
Public Member Functions | |
| PointLeafItem (ControlPoint *cp, int avgCharWidth, AbstractTreeItem *parent=0) | |
| virtual | ~PointLeafItem () |
A leaf node in the tree structure that represents a control point.
This class represents a leaf node in the tree model and has a control point as data. When created, it was used in the serial model to show which control points connect which images.
Definition at line 27 of file PointLeafItem.h.
| PointLeafItem | ( | ControlPoint * | cp, | |
| int | avgCharWidth, | |||
| AbstractTreeItem * | parent = 0 | |||
| ) |
Definition at line 10 of file PointLeafItem.cpp.
| ~PointLeafItem | ( | ) | [virtual] |
Definition at line 17 of file PointLeafItem.cpp.