SourceXtractorPlusPlus
0.10
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEFramework
SEFramework
Property
DetectionFrame.h
Go to the documentation of this file.
1
17
/*
18
* DetectionImage.h
19
*
20
* Created on: Sep 13, 2016
21
* Author: mschefer
22
*/
23
24
#ifndef _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_
25
#define _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_
26
27
#include "
SEFramework/Frame/Frame.h
"
28
#include "
SEFramework/Property/Property.h
"
29
30
31
namespace
SourceXtractor {
32
33
class
DetectionFrame
:
public
Property
{
34
public
:
35
DetectionFrame
(
std::shared_ptr<DetectionImageFrame>
detection_frame) :
m_detection_frame
(detection_frame) {
36
}
37
38
std::shared_ptr<DetectionImageFrame>
getFrame
()
const
{
39
return
m_detection_frame
;
40
}
41
42
private
:
43
std::shared_ptr<DetectionImageFrame>
m_detection_frame
;
44
};
45
46
}
47
48
#endif
/* _SEIMPLEMENTATION_PROPERTY_DETECTIONFRAME_H_ */
std::shared_ptr
SourceXtractor::DetectionFrame::DetectionFrame
DetectionFrame(std::shared_ptr< DetectionImageFrame > detection_frame)
Definition:
DetectionFrame.h:35
Property.h
SourceXtractor::DetectionFrame
Definition:
DetectionFrame.h:33
SourceXtractor::Property
Base class for all Properties. (has no actual content)
Definition:
Property.h:33
Frame.h
SourceXtractor::DetectionFrame::m_detection_frame
std::shared_ptr< DetectionImageFrame > m_detection_frame
Definition:
DetectionFrame.h:43
SourceXtractor::DetectionFrame::getFrame
std::shared_ptr< DetectionImageFrame > getFrame() const
Definition:
DetectionFrame.h:38
Generated by
1.8.5