|
SourceXtractorPlusPlus
0.19
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. More... | |
| AssocMode () | |
| m_assoc_data (std::vector< size_t >({assoc_data.size()})) | |
| bool | getMatch () const |
| const NdArray< SeFloat > & | getAssocValues () const |
Public Member Functions inherited from SourceXtractor::Property | |
| 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.
Definition at line 57 of file AssocMode.h.
References m_assoc_data.
|
inline |
Definition at line 53 of file AssocMode.h.
References m_has_assoc.
Referenced by SourceXtractor::AssocModePartitionStep::partition().
|
inline |
Definition at line 47 of file AssocMode.h.
References std::vector< T >::size().

Definition at line 64 of file AssocMode.h.
Referenced by getAssocValues().
|
private |
Definition at line 62 of file AssocMode.h.
Referenced by getMatch().
1.8.5