SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | Public Attributes | List of all members
SourceXtractor::PyAperture Class Reference

#include <PyAperture.h>

Inheritance diagram for SourceXtractor::PyAperture:
[legend]
Collaboration diagram for SourceXtractor::PyAperture:
[legend]

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
 

Detailed Description

Definition at line 32 of file PyAperture.h.

Constructor & Destructor Documentation

◆ PyAperture()

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().

Here is the call graph for this function:

Member Function Documentation

◆ toString()

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().

Here is the call graph for this function:

Member Data Documentation

◆ apertures

std::vector<float> SourceXtractor::PyAperture::apertures

Definition at line 36 of file PyAperture.h.

Referenced by SourceXtractor::BOOST_PYTHON_MODULE(), PyAperture(), and toString().


The documentation for this class was generated from the following files: