SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourceXtractor::DetectionFrame Class Reference

#include <DetectionFrame.h>

Inheritance diagram for SourceXtractor::DetectionFrame:
Collaboration diagram for SourceXtractor::DetectionFrame:

Classes

class  EncapsulatedDetectionImageFrame

Public Member Functions

 DetectionFrame (std::shared_ptr< DetectionImageFrame > detection_frame)
 DetectionFrame (EncapsulatedDetectionImageFrame encapsulated_frame)
EncapsulatedDetectionImageFrame getEncapsulatedFrame () const
Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default

Protected Member Functions

std::shared_ptr< DetectionImageFramegetFrame () const

Private Attributes

std::shared_ptr< DetectionImageFramem_detection_frame

Friends

class DetectionFrameCoordinatesTask
class DetectionFrameInfoTask
class DetectionFrameImagesTask
class DefaultMeasurementFrameTask

Detailed Description

Definition at line 33 of file DetectionFrame.h.

Constructor & Destructor Documentation

◆ DetectionFrame() [1/2]

SourceXtractor::DetectionFrame::DetectionFrame ( std::shared_ptr< DetectionImageFrame > detection_frame)
inlineexplicit

Definition at line 51 of file DetectionFrame.h.

References m_detection_frame.

◆ DetectionFrame() [2/2]

SourceXtractor::DetectionFrame::DetectionFrame ( EncapsulatedDetectionImageFrame encapsulated_frame)
inlineexplicit

Definition at line 54 of file DetectionFrame.h.

References getFrame(), and m_detection_frame.

Here is the call graph for this function:

Member Function Documentation

◆ getEncapsulatedFrame()

EncapsulatedDetectionImageFrame SourceXtractor::DetectionFrame::getEncapsulatedFrame ( ) const
inline

Definition at line 57 of file DetectionFrame.h.

References m_detection_frame.

Referenced by SourceXtractor::Cleaning::mergeSources().

◆ getFrame()

std::shared_ptr< DetectionImageFrame > SourceXtractor::DetectionFrame::getFrame ( ) const
inlineprotected

Definition at line 62 of file DetectionFrame.h.

References m_detection_frame.

Referenced by DetectionFrame().

◆ DefaultMeasurementFrameTask

friend class DefaultMeasurementFrameTask
friend

Definition at line 70 of file DetectionFrame.h.

References DefaultMeasurementFrameTask.

Referenced by DefaultMeasurementFrameTask.

◆ DetectionFrameCoordinatesTask

friend class DetectionFrameCoordinatesTask
friend

Definition at line 67 of file DetectionFrame.h.

References DetectionFrameCoordinatesTask.

Referenced by DetectionFrameCoordinatesTask.

◆ DetectionFrameImagesTask

friend class DetectionFrameImagesTask
friend

Definition at line 69 of file DetectionFrame.h.

References DetectionFrameImagesTask.

Referenced by DetectionFrameImagesTask.

◆ DetectionFrameInfoTask

friend class DetectionFrameInfoTask
friend

Definition at line 68 of file DetectionFrame.h.

References DetectionFrameInfoTask.

Referenced by DetectionFrameInfoTask.

Member Data Documentation

◆ m_detection_frame

std::shared_ptr<DetectionImageFrame> SourceXtractor::DetectionFrame::m_detection_frame
private

Definition at line 73 of file DetectionFrame.h.

Referenced by DetectionFrame(), DetectionFrame(), getEncapsulatedFrame(), and getFrame().


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