SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MeasurementFrameTask.cpp
Go to the documentation of this file.
1 
17 /*
18  * MeasurementFrameTask.cpp
19  *
20  * Created on: Nov 3, 2016
21  * Author: mschefer
22  */
23 
27 
28 namespace SourceXtractor {
29 
32 }
33 
35  const auto& detection_frame = source.getProperty<DetectionFrame>();
36 
38  m_instance,
39  detection_frame.getFrame());
40 }
41 
42 }
43 
44 
45 
46 
47 
const PropertyType & getProperty(unsigned int index=0) const
Convenience template method to call getProperty() with a more user-friendly syntax.
void setIndexedProperty(std::size_t index, Args...args)
Convenience template method to call setProperty() with a more user-friendly syntax.
std::shared_ptr< MeasurementImageFrame > m_measurement_frame
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
The SourceInterface is an abstract &quot;source&quot; that has properties attached to it.
virtual void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.