|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <DetectionFrame.h>


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 |
Definition at line 33 of file DetectionFrame.h.
|
inlineexplicit |
Definition at line 51 of file DetectionFrame.h.
References m_detection_frame.
|
inlineexplicit |
Definition at line 54 of file DetectionFrame.h.
References getFrame(), and m_detection_frame.

|
inline |
Definition at line 57 of file DetectionFrame.h.
References m_detection_frame.
Referenced by SourceXtractor::Cleaning::mergeSources().
|
inlineprotected |
Definition at line 62 of file DetectionFrame.h.
References m_detection_frame.
Referenced by DetectionFrame().
|
friend |
Definition at line 70 of file DetectionFrame.h.
References DefaultMeasurementFrameTask.
Referenced by DefaultMeasurementFrameTask.
|
friend |
Definition at line 67 of file DetectionFrame.h.
References DetectionFrameCoordinatesTask.
Referenced by DetectionFrameCoordinatesTask.
|
friend |
Definition at line 69 of file DetectionFrame.h.
References DetectionFrameImagesTask.
Referenced by DetectionFrameImagesTask.
|
friend |
Definition at line 68 of file DetectionFrame.h.
References DetectionFrameInfoTask.
Referenced by DetectionFrameInfoTask.
|
private |
Definition at line 73 of file DetectionFrame.h.
Referenced by DetectionFrame(), DetectionFrame(), getEncapsulatedFrame(), and getFrame().