SourceXtractorPlusPlus
0.10
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
SourceXtractor::PyAperture::PyAperture
PyAperture(const boost::python::list &py_apertures)
Definition:
PyAperture.cpp:26
PyId.h
std::string
STL class.
SourceXtractor::PyAperture::apertures
std::vector< float > apertures
Definition:
PyAperture.h:36
SourceXtractor::PyId
Definition:
PyId.h:30
SourceXtractor::PyAperture
Definition:
PyAperture.h:32
std::vector< float >
SourceXtractor::PyAperture::toString
std::string toString() const
Definition:
PyAperture.cpp:32
Generated by
1.8.5