|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <MeasurementFrameImages.h>


Public Member Functions | |
| virtual | ~MeasurementFrameImages ()=default |
| MeasurementFrameImages (std::shared_ptr< MeasurementImageFrame > frame, int width, int height) | |
| std::shared_ptr< ImageAccessor< SeFloat > > | getLockedImage (FrameImageLayer layer) const |
| std::shared_ptr< ImageChunk< MeasurementImage::PixelType > > | getImageChunk (FrameImageLayer layer, int x, int y, int width, int height) const |
| int | getWidth () const |
| int | getHeight () const |
Public Member Functions inherited from SourceXtractor::Property | |
| virtual | ~Property ()=default |
Private Attributes | |
| int | m_width |
| int | m_height |
| std::shared_ptr< MeasurementImageFrame > | m_frame |
Definition at line 31 of file MeasurementFrameImages.h.
|
virtualdefault |
|
inline |
Definition at line 36 of file MeasurementFrameImages.h.
|
inline |
Definition at line 51 of file MeasurementFrameImages.h.
References m_height.
|
inline |
Definition at line 43 of file MeasurementFrameImages.h.
|
inline |
Definition at line 39 of file MeasurementFrameImages.h.
References m_frame.
|
inline |
Definition at line 47 of file MeasurementFrameImages.h.
References m_width.
|
private |
Definition at line 58 of file MeasurementFrameImages.h.
Referenced by getImageChunk(), and getLockedImage().
|
private |
Definition at line 57 of file MeasurementFrameImages.h.
Referenced by getHeight().
|
private |
Definition at line 56 of file MeasurementFrameImages.h.
Referenced by getWidth().