SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
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
29namespace SourceXtractor {
30
31
32class PyAperture : public PyId {
33public:
34 explicit PyAperture(const boost::python::list &py_apertures);
35
37
38 std::string toString() const;
39};
40
41}
42
43#endif // _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
44
std::vector< float > apertures
Definition PyAperture.h:36
std::string toString() const
PyAperture(const boost::python::list &py_apertures)