1 #ifndef AbstractPointItem_H 2 #define AbstractPointItem_H 4 #include "AbstractTreeItem.h" 17 class TableColumnList;
47 AdjustedSPLatSigma = 10,
48 AdjustedSPLonSigma = 11,
49 AdjustedSPRadiusSigma = 12,
53 APrioriSPLatSigma = 16,
54 APrioriSPLonSigma = 17,
55 APrioriSPRadiusSigma = 18,
57 APrioriSPSourceFile = 20,
58 APrioriRadiusSource = 21,
59 APrioriRadiusSourceFile = 22,
62 static const int COLS = 24;
64 static QString getColumnName(Column);
65 static Column getColumn(QString);
74 QVariant getData()
const;
75 QVariant getData(QString columnTitle)
const;
76 void setData(QString
const &columnTitle, QString
const &newData);
77 bool isDataEditable(QString columnTitle)
const;
79 InternalPointerType getPointerType()
const;
80 void *getPointer()
const;
85 virtual void sourceDeleted();
This class defines a body-fixed surface point.
Base class for a point item in the tree.
This class is designed to encapsulate the concept of a Latitude.
Distance measurement, usually in meters.
This class is designed to encapsulate the concept of a Longitude.
Namespace for ISIS/Bullet specific routines.
Base class for an item in the tree.