SourceXtractorPlusPlus  0.13
Please provide a description of the project.
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:
[legend]
Collaboration diagram for SourceXtractor::DetectionFrame:
[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)
inline

Definition at line 51 of file DetectionFrame.h.

◆ DetectionFrame() [2/2]

SourceXtractor::DetectionFrame::DetectionFrame ( EncapsulatedDetectionImageFrame  encapsulated_frame)
inline

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 Function Documentation

◆ DefaultMeasurementFrameTask

friend class DefaultMeasurementFrameTask
friend

Definition at line 70 of file DetectionFrame.h.

◆ DetectionFrameCoordinatesTask

friend class DetectionFrameCoordinatesTask
friend

Definition at line 67 of file DetectionFrame.h.

◆ DetectionFrameImagesTask

friend class DetectionFrameImagesTask
friend

Definition at line 69 of file DetectionFrame.h.

◆ DetectionFrameInfoTask

friend class DetectionFrameInfoTask
friend

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: