SourceXtractorPlusPlus  0.19
SourceXtractor++, the next generation SExtractor
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Private Attributes | List of all members
SourceXtractor::AssocMode Class Reference

#include <AssocMode.h>

Inheritance diagram for SourceXtractor::AssocMode:
Inheritance graph
[legend]
Collaboration diagram for SourceXtractor::AssocMode:
Collaboration graph
[legend]

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< SeFloatm_assoc_data
 

Detailed Description

Definition at line 33 of file AssocMode.h.

Member Typedef Documentation

Definition at line 36 of file AssocMode.h.

Constructor & Destructor Documentation

virtual SourceXtractor::AssocMode::~AssocMode ( )
virtualdefault

Destructor.

SourceXtractor::AssocMode::AssocMode ( )
inline

Definition at line 43 of file AssocMode.h.

Member Function Documentation

const NdArray<SeFloat>& SourceXtractor::AssocMode::getAssocValues ( ) const
inline

Definition at line 57 of file AssocMode.h.

References m_assoc_data.

bool SourceXtractor::AssocMode::getMatch ( ) const
inline

Definition at line 53 of file AssocMode.h.

References m_has_assoc.

Referenced by SourceXtractor::AssocModePartitionStep::partition().

SourceXtractor::AssocMode::m_assoc_data ( std::vector< size_t {assoc_data.size()})
inline

Definition at line 47 of file AssocMode.h.

References std::vector< T >::size().

Here is the call graph for this function:

Member Data Documentation

NdArray<SeFloat> SourceXtractor::AssocMode::m_assoc_data
private

Definition at line 64 of file AssocMode.h.

Referenced by getAssocValues().

bool SourceXtractor::AssocMode::m_has_assoc
private

Definition at line 62 of file AssocMode.h.

Referenced by getMatch().


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