Container for the layout of a specific framelet on the detector. More...
#include <PushFrameCameraCcdLayout.h>

Public Member Functions | |
| FrameletInfo () | |
| FrameletInfo (const int frameid) | |
| FrameletInfo (const int frameid, QString filterName, int startSample, int startLine, int samples, int lines) | |
Public Attributes | |
| int | m_frameId |
| The NAIF ID of the framelet. | |
| QString | m_filterName |
| The name of the framelet. | |
| int | m_startSample |
| The first sample of the framelet on the detector. | |
| int | m_startLine |
| The first line of the framelet on the detector. | |
| int | m_samples |
| The number of samples in the framelet. | |
| int | m_lines |
| The number of lines in the framelet. | |
Container for the layout of a specific framelet on the detector.
|
inline |
References m_filterName, m_frameId, m_lines, m_samples, m_startLine, and m_startSample.
|
inline |
References m_filterName, m_frameId, m_lines, m_samples, m_startLine, and m_startSample.
|
inline |
References m_filterName, m_frameId, m_lines, m_samples, m_startLine, and m_startSample.
| QString Isis::PushFrameCameraCcdLayout::FrameletInfo::m_filterName |
The name of the framelet.
Referenced by FrameletInfo(), FrameletInfo(), FrameletInfo(), and Isis::PushFrameCameraCcdLayout::getFrameInfo().
| int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_frameId |
The NAIF ID of the framelet.
Referenced by FrameletInfo(), FrameletInfo(), and FrameletInfo().
| int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_lines |
The number of lines in the framelet.
Referenced by FrameletInfo(), FrameletInfo(), FrameletInfo(), and Isis::PushFrameCameraCcdLayout::getFrameInfo().
| int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_samples |
The number of samples in the framelet.
Referenced by FrameletInfo(), FrameletInfo(), FrameletInfo(), and Isis::PushFrameCameraCcdLayout::getFrameInfo().
| int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_startLine |
The first line of the framelet on the detector.
Referenced by FrameletInfo(), FrameletInfo(), FrameletInfo(), and Isis::PushFrameCameraCcdLayout::getFrameInfo().
| int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_startSample |
The first sample of the framelet on the detector.
Referenced by FrameletInfo(), FrameletInfo(), FrameletInfo(), and Isis::PushFrameCameraCcdLayout::getFrameInfo().