SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SourceXtractor::VignetArray Class Reference

#include <VignetArray.h>

Inheritance diagram for SourceXtractor::VignetArray:
[legend]
Collaboration diagram for SourceXtractor::VignetArray:
[legend]

Public Member Functions

 VignetArray (const std::vector< std::reference_wrapper< const Vignet >> &vignets)
 
const Euclid::NdArray::NdArray< DetectionImage::PixelType > & getVignets () const
 
- Public Member Functions inherited from SourceXtractor::Property
virtual ~Property ()=default
 

Private Member Functions

void initSingle (const VectorImage< DetectionImage::PixelType > &representative)
 
void initMultiple (const std::vector< std::reference_wrapper< const Vignet >> &vignets, const VectorImage< DetectionImage::PixelType > &representative)
 

Private Attributes

std::unique_ptr< Euclid::NdArray::NdArray< DetectionImage::PixelType > > m_vignets
 

Detailed Description

Definition at line 29 of file VignetArray.h.

Constructor & Destructor Documentation

◆ VignetArray()

SourceXtractor::VignetArray::VignetArray ( const std::vector< std::reference_wrapper< const Vignet >> &  vignets)
inline

Definition at line 31 of file VignetArray.h.

References initMultiple(), and initSingle().

Here is the call graph for this function:

Member Function Documentation

◆ getVignets()

const Euclid::NdArray::NdArray<DetectionImage::PixelType>& SourceXtractor::VignetArray::getVignets ( ) const
inline

Definition at line 42 of file VignetArray.h.

References m_vignets.

◆ initMultiple()

void SourceXtractor::VignetArray::initMultiple ( const std::vector< std::reference_wrapper< const Vignet >> &  vignets,
const VectorImage< DetectionImage::PixelType > &  representative 
)
inlineprivate

Definition at line 60 of file VignetArray.h.

References std::unique_ptr< T >::get(), SourceXtractor::VectorImage< T >::getHeight(), SourceXtractor::VectorImage< T >::getWidth(), m_vignets, std::vector< T >::size(), x, and y.

Referenced by VignetArray().

Here is the call graph for this function:

◆ initSingle()

void SourceXtractor::VignetArray::initSingle ( const VectorImage< DetectionImage::PixelType > &  representative)
inlineprivate

Definition at line 47 of file VignetArray.h.

References SourceXtractor::VectorImage< T >::getHeight(), SourceXtractor::VectorImage< T >::getValue(), SourceXtractor::VectorImage< T >::getWidth(), m_vignets, x, and y.

Referenced by VignetArray().

Here is the call graph for this function:

Member Data Documentation

◆ m_vignets

std::unique_ptr<Euclid::NdArray::NdArray<DetectionImage::PixelType> > SourceXtractor::VignetArray::m_vignets
private

Definition at line 79 of file VignetArray.h.

Referenced by getVignets(), initMultiple(), and initSingle().


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