|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <PyAperture.h>
Public Member Functions | |
| PyAperture (const boost::python::list &py_apertures) | |
| std::string | toString () const |
Public Member Functions inherited from SourceXtractor::PyId | |
| PyId () | |
| virtual | ~PyId () |
Public Attributes | |
| std::vector< float > | apertures |
Public Attributes inherited from SourceXtractor::PyId | |
| const int | id |
Definition at line 32 of file PyAperture.h.
| SourceXtractor::PyAperture::PyAperture | ( | const boost::python::list & | py_apertures | ) |
Definition at line 26 of file PyAperture.cpp.
References apertures, and std::vector< T >::push_back().
| std::string SourceXtractor::PyAperture::toString | ( | ) | const |
Definition at line 32 of file PyAperture.cpp.
References apertures, std::vector< T >::size(), and std::stringstream::str().
Referenced by SourceXtractor::BOOST_PYTHON_MODULE().
| std::vector<float> SourceXtractor::PyAperture::apertures |
Definition at line 36 of file PyAperture.h.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE(), PyAperture(), and toString().
1.8.14