|
Isis 3.0 Programmer Reference
| Home |
#include <ImageTreeWidget.h>

Public Member Functions | |
| ImagePosition (int outerIndex, int innerIndex) | |
| ImagePosition (const ImagePosition &other) | |
| void | setPosition (int outerIndex, int innerIndex) |
| int | group () const |
| int | index () const |
| bool | isValid () const |
| void | swap (ImagePosition &other) |
| bool | operator< (const ImagePosition &rhs) |
| ImagePosition & | operator= (const ImagePosition &rhs) |
Private Member Functions | |
| void | init () |
Private Attributes | |
| int | m_group |
| int | m_index |
Definition at line 82 of file ImageTreeWidget.h.