SourceXtractorPlusPlus
0.10
Please provide a description of the project.
SEImplementation
SEImplementation
PythonConfig
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>
27
#include "
SEImplementation/PythonConfig/PyId.h
"
28
29
namespace
SourceXtractor
{
30
31
32
class
PyAperture
:
public
PyId
{
33
public
:
34
PyAperture
(
const
boost::python::list &py_apertures);
35
36
std::vector<float>
apertures
;
37
38
std::string
toString
()
const
;
39
};
40
41
}
42
43
#endif // _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
44
std::string
STL class.
std::vector< float >
SourceXtractor::PyAperture
Definition:
PyAperture.h:32
SourceXtractor
Definition:
Aperture.h:30
PyId.h
SourceXtractor::PyAperture::PyAperture
PyAperture(const boost::python::list &py_apertures)
Definition:
PyAperture.cpp:26
SourceXtractor::PyAperture::toString
std::string toString() const
Definition:
PyAperture.cpp:32
SourceXtractor::PyId
Definition:
PyId.h:30
SourceXtractor::PyAperture::apertures
std::vector< float > apertures
Definition:
PyAperture.h:36
Generated by
1.8.17