SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
SourceXtractor::MeasurementFrameImages Class Reference

#include <MeasurementFrameImages.h>

Inheritance diagram for SourceXtractor::MeasurementFrameImages:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::MeasurementFrameImages:
Collaboration graph
[legend]

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< MeasurementImageFramem_frame
 

Detailed Description

Definition at line 31 of file MeasurementFrameImages.h.

Constructor & Destructor Documentation

◆ ~MeasurementFrameImages()

virtual SourceXtractor::MeasurementFrameImages::~MeasurementFrameImages ( )
virtualdefault

◆ MeasurementFrameImages()

SourceXtractor::MeasurementFrameImages::MeasurementFrameImages ( std::shared_ptr< MeasurementImageFrame > frame,
int width,
int height )
inline

Definition at line 36 of file MeasurementFrameImages.h.

Member Function Documentation

◆ getHeight()

int SourceXtractor::MeasurementFrameImages::getHeight ( ) const
inline

Definition at line 51 of file MeasurementFrameImages.h.

References m_height.

◆ getImageChunk()

std::shared_ptr< ImageChunk< MeasurementImage::PixelType > > SourceXtractor::MeasurementFrameImages::getImageChunk ( FrameImageLayer layer,
int x,
int y,
int width,
int height ) const
inline

Definition at line 43 of file MeasurementFrameImages.h.

References m_frame, x, and y.

◆ getLockedImage()

std::shared_ptr< ImageAccessor< SeFloat > > SourceXtractor::MeasurementFrameImages::getLockedImage ( FrameImageLayer layer) const
inline

Definition at line 39 of file MeasurementFrameImages.h.

References m_frame.

◆ getWidth()

int SourceXtractor::MeasurementFrameImages::getWidth ( ) const
inline

Definition at line 47 of file MeasurementFrameImages.h.

References m_width.

Member Data Documentation

◆ m_frame

std::shared_ptr<MeasurementImageFrame> SourceXtractor::MeasurementFrameImages::m_frame
private

Definition at line 58 of file MeasurementFrameImages.h.

Referenced by getImageChunk(), and getLockedImage().

◆ m_height

int SourceXtractor::MeasurementFrameImages::m_height
private

Definition at line 57 of file MeasurementFrameImages.h.

Referenced by getHeight().

◆ m_width

int SourceXtractor::MeasurementFrameImages::m_width
private

Definition at line 56 of file MeasurementFrameImages.h.

Referenced by getWidth().


The documentation for this class was generated from the following file: