SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DetectionFrameCoordinates.h
Go to the documentation of this file.
1 
18 #ifndef _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATES_H_
19 #define _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATES_H_
20 
23 
24 namespace SourceXtractor {
25 
27 
28 public:
29  virtual ~DetectionFrameCoordinates() = default;
30 
32  : m_coordinate_system(coordinate_system) {}
33 
35  return m_coordinate_system;
36  }
37 
38 private:
40 
41 };
42 
43 }
44 
45 #endif /* _SEIMPLEMENTATION_PLUGIN_DETECTIONFRAMECOORDINATES_DETECTIONFRAMECOORDINATES_H_ */
const std::shared_ptr< CoordinateSystem > getCoordinateSystem() const
DetectionFrameCoordinates(std::shared_ptr< CoordinateSystem > coordinate_system)
Base class for all Properties. (has no actual content)
Definition: Property.h:33
std::shared_ptr< CoordinateSystem > m_coordinate_system