SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include <ObjectInfo.h>
Public Member Functions | |
ObjectInfo (const SourceInterface &source) | |
virtual | ~ObjectInfo ()=default |
SeFloat | getCentroidX () const |
SeFloat | getCentroidY () const |
SeFloat | getIsoFlux () const |
SeFloat | getRadius () const |
SeFloat | getAngle () const |
SeFloat | getAspectRatio () const |
Private Attributes | |
std::reference_wrapper< const SourceInterface > | m_source |
Definition at line 31 of file ObjectInfo.h.
SourceXtractor::ObjectInfo::ObjectInfo | ( | const SourceInterface & | source | ) |
Definition at line 29 of file ObjectInfo.cpp.
|
virtualdefault |
SeFloat SourceXtractor::ObjectInfo::getAngle | ( | ) | const |
Definition at line 49 of file ObjectInfo.cpp.
References m_source.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE().
SeFloat SourceXtractor::ObjectInfo::getAspectRatio | ( | ) | const |
Definition at line 53 of file ObjectInfo.cpp.
References m_source.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE().
SeFloat SourceXtractor::ObjectInfo::getCentroidX | ( | ) | const |
Definition at line 31 of file ObjectInfo.cpp.
References m_source.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE().
SeFloat SourceXtractor::ObjectInfo::getCentroidY | ( | ) | const |
Definition at line 36 of file ObjectInfo.cpp.
References m_source.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE().
SeFloat SourceXtractor::ObjectInfo::getIsoFlux | ( | ) | const |
Definition at line 41 of file ObjectInfo.cpp.
References m_source.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE().
SeFloat SourceXtractor::ObjectInfo::getRadius | ( | ) | const |
Definition at line 45 of file ObjectInfo.cpp.
References m_source.
Referenced by SourceXtractor::BOOST_PYTHON_MODULE().
|
private |
Definition at line 53 of file ObjectInfo.h.
Referenced by getAngle(), getAspectRatio(), getCentroidX(), getCentroidY(), getIsoFlux(), and getRadius().