|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#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.
|
explicit |
Definition at line 26 of file PyAperture.cpp.
References apertures.
| std::string SourceXtractor::PyAperture::toString | ( | ) | const |
Definition at line 32 of file PyAperture.cpp.
References apertures, 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().