|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include <AssocMode.h>


Public Types | |
| template<typename T > | |
| using | NdArray = Euclid::NdArray::NdArray<T> |
Public Member Functions | |
| virtual | ~AssocMode ()=default |
| Destructor. | |
| AssocMode () | |
| AssocMode (bool has_assoc, const std::vector< double > &assoc_data, double ref_frame_pixel_radius=0.0, unsigned int group_id=0) | |
| bool | getMatch () const |
| const NdArray< SeFloat > & | getAssocValues () const |
| double | getRefFramePixelRadius () const |
| unsigned int | getGroupId () const |
Public Member Functions inherited from SourceXtractor::Property | |
| virtual | ~Property ()=default |
Private Attributes | |
| bool | m_has_assoc |
| NdArray< SeFloat > | m_assoc_data |
| double | m_ref_frame_pixel_radius |
| unsigned int | m_group_id |
Definition at line 33 of file AssocMode.h.
| using SourceXtractor::AssocMode::NdArray = Euclid::NdArray::NdArray<T> |
Definition at line 36 of file AssocMode.h.
|
virtualdefault |
Destructor.
|
inline |
Definition at line 43 of file AssocMode.h.
|
inline |
Definition at line 46 of file AssocMode.h.
Definition at line 59 of file AssocMode.h.
References m_assoc_data.
Definition at line 67 of file AssocMode.h.
References m_group_id.
|
inline |
Definition at line 55 of file AssocMode.h.
References m_has_assoc.
Referenced by SourceXtractor::AssocModePartitionStep::partition().
|
inline |
Definition at line 63 of file AssocMode.h.
References m_ref_frame_pixel_radius.
Definition at line 74 of file AssocMode.h.
Referenced by getAssocValues().
Definition at line 76 of file AssocMode.h.
Referenced by getGroupId().
|
private |
Definition at line 72 of file AssocMode.h.
Referenced by getMatch().
|
private |
Definition at line 75 of file AssocMode.h.
Referenced by getRefFramePixelRadius().