SourceXtractorPlusPlus  0.13
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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
< DetectionImageFrame
getFrame () const
 

Private Attributes

std::shared_ptr
< DetectionImageFrame
m_detection_frame
 

Friends

class DetectionFrameCoordinatesTask
 
class DetectionFrameInfoTask
 
class DetectionFrameImagesTask
 
class DefaultMeasurementFrameTask
 

Detailed Description

Definition at line 33 of file DetectionFrame.h.

Constructor & Destructor Documentation

SourceXtractor::DetectionFrame::DetectionFrame ( std::shared_ptr< DetectionImageFrame detection_frame)
inline

Definition at line 51 of file DetectionFrame.h.

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

Definition at line 54 of file DetectionFrame.h.

Member Function Documentation

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

Definition at line 57 of file DetectionFrame.h.

References m_detection_frame.

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

friend class DefaultMeasurementFrameTask
friend

Definition at line 70 of file DetectionFrame.h.

friend class DetectionFrameCoordinatesTask
friend

Definition at line 67 of file DetectionFrame.h.

friend class DetectionFrameImagesTask
friend

Definition at line 69 of file DetectionFrame.h.

friend class DetectionFrameInfoTask
friend

Definition at line 68 of file DetectionFrame.h.

Member Data Documentation

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: