USGS

Isis 3.0 Application Source Code Reference

Home

PointLeafItem Class Reference

A leaf node in the tree structure that represents a control point. More...

#include <PointLeafItem.h>

List of all members.

Public Member Functions

 PointLeafItem (ControlPoint *cp, int avgCharWidth, AbstractTreeItem *parent=0)
virtual ~PointLeafItem ()

Detailed Description

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.

Author:
????-??-?? Eric Hyer

Definition at line 27 of file PointLeafItem.h.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following files: