An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
#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.
Isis::ImageTreeWidget::ImagePosition::ImagePosition | ( | ) |
Definition at line 341 of file ImageTreeWidget.cpp.
Isis::ImageTreeWidget::ImagePosition::ImagePosition | ( | int | outerIndex, |
int | innerIndex ) |
Definition at line 346 of file ImageTreeWidget.cpp.
Isis::ImageTreeWidget::ImagePosition::ImagePosition | ( | const ImagePosition & | other | ) |
Definition at line 353 of file ImageTreeWidget.cpp.
|
virtual |
Definition at line 358 of file ImageTreeWidget.cpp.
int Isis::ImageTreeWidget::ImagePosition::group | ( | ) | const |
Definition at line 374 of file ImageTreeWidget.cpp.
int Isis::ImageTreeWidget::ImagePosition::index | ( | ) | const |
Definition at line 379 of file ImageTreeWidget.cpp.
|
private |
Definition at line 417 of file ImageTreeWidget.cpp.
bool Isis::ImageTreeWidget::ImagePosition::isValid | ( | ) | const |
Definition at line 384 of file ImageTreeWidget.cpp.
bool Isis::ImageTreeWidget::ImagePosition::operator< | ( | const ImagePosition & | rhs | ) |
Definition at line 395 of file ImageTreeWidget.cpp.
ImageTreeWidget::ImagePosition & Isis::ImageTreeWidget::ImagePosition::operator= | ( | const ImagePosition & | rhs | ) |
Definition at line 408 of file ImageTreeWidget.cpp.
void Isis::ImageTreeWidget::ImagePosition::setPosition | ( | int | outerIndex, |
int | innerIndex ) |
Definition at line 363 of file ImageTreeWidget.cpp.
void Isis::ImageTreeWidget::ImagePosition::swap | ( | ImagePosition & | other | ) |
Definition at line 389 of file ImageTreeWidget.cpp.
|
private |
Definition at line 105 of file ImageTreeWidget.h.
|
private |
Definition at line 106 of file ImageTreeWidget.h.