SourceXtractorPlusPlus  0.10
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyAperture.h
Go to the documentation of this file.
1 
17 /*
18  * @file PyAperture.h
19  * @author Nikolaos Apostolakos <nikoapos@gmail.com>
20  */
21 
22 #ifndef _SEIMPLEMENTATION_PYAPERTURE_H
23 #define _SEIMPLEMENTATION_PYAPERTURE_H
24 
25 #include <vector>
26 #include <boost/python/list.hpp>
28 
29 namespace SourceXtractor {
30 
31 
32 class PyAperture : public PyId {
33 public:
34  PyAperture(const boost::python::list &py_apertures);
35 
37 
38  std::string toString() const;
39 };
40 
41 }
42 
43 #endif // _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
44 
PyAperture(const boost::python::list &py_apertures)
Definition: PyAperture.cpp:26
STL class.
std::vector< float > apertures
Definition: PyAperture.h:36
std::string toString() const
Definition: PyAperture.cpp:32