SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
#include <AssocMode.h>
Public Types | |
template<typename T > | |
using | NdArray = Euclid::NdArray::NdArray< T > |
Public Member Functions | |
virtual | ~AssocMode ()=default |
Destructor. More... | |
AssocMode (bool has_assoc, const std::vector< double > &assoc_data) | |
bool | getMatch () const |
const NdArray< SeFloat > & | getAssocValues () const |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
bool | m_has_assoc |
NdArray< SeFloat > | m_assoc_data |
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.
References std::vector< T >::size().
Definition at line 54 of file AssocMode.h.
References m_assoc_data.
|
inline |
Definition at line 50 of file AssocMode.h.
References m_has_assoc.
Referenced by SourceXtractor::AssocModePartitionStep::partition().
Definition at line 61 of file AssocMode.h.
Referenced by getAssocValues().
|
private |
Definition at line 59 of file AssocMode.h.
Referenced by getMatch().