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

#include <DetectionFrame.h>

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

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.

◆ DetectionFrame() [2/2]

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

Definition at line 54 of file DetectionFrame.h.

Member Function Documentation

◆ getEncapsulatedFrame()

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

Definition at line 57 of file DetectionFrame.h.

References m_detection_frame.

◆ getFrame()

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

Definition at line 62 of file DetectionFrame.h.

References m_detection_frame.

Friends And Related Symbol Documentation

◆ DefaultMeasurementFrameTask

Definition at line 70 of file DetectionFrame.h.

◆ DetectionFrameCoordinatesTask

Definition at line 67 of file DetectionFrame.h.

◆ DetectionFrameImagesTask

Definition at line 69 of file DetectionFrame.h.

◆ DetectionFrameInfoTask

Definition at line 68 of file DetectionFrame.h.

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 getEncapsulatedFrame(), and getFrame().


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