Container for the layout of a specific framelet on the detector.
More...
#include <PushFrameCameraCcdLayout.h>
|
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.
- See also
- Camera
- Author
- 2017-08-11 Kris Becker
◆ FrameletInfo() [1/3]
Isis::PushFrameCameraCcdLayout::FrameletInfo::FrameletInfo |
( |
| ) |
|
|
inline |
◆ FrameletInfo() [2/3]
Isis::PushFrameCameraCcdLayout::FrameletInfo::FrameletInfo |
( |
const int | frameid | ) |
|
|
inline |
◆ FrameletInfo() [3/3]
Isis::PushFrameCameraCcdLayout::FrameletInfo::FrameletInfo |
( |
const int | frameid, |
|
|
QString | filterName, |
|
|
int | startSample, |
|
|
int | startLine, |
|
|
int | samples, |
|
|
int | lines ) |
|
inline |
◆ m_filterName
QString Isis::PushFrameCameraCcdLayout::FrameletInfo::m_filterName |
The name of the framelet.
◆ m_frameId
int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_frameId |
The NAIF ID of the framelet.
◆ m_lines
int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_lines |
The number of lines in the framelet.
◆ m_samples
int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_samples |
The number of samples in the framelet.
◆ m_startLine
int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_startLine |
The first line of the framelet on the detector.
◆ m_startSample
int Isis::PushFrameCameraCcdLayout::FrameletInfo::m_startSample |
The first sample of the framelet on the detector.
The documentation for this struct was generated from the following file: