|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <VignetArray.h>


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 |
Definition at line 29 of file VignetArray.h.
|
inlineexplicit |
Definition at line 31 of file VignetArray.h.
References initMultiple(), and initSingle().

|
inline |
Definition at line 42 of file VignetArray.h.
References m_vignets.
|
inlineprivate |
Definition at line 60 of file VignetArray.h.
References SourceXtractor::VectorImage< T >::getHeight(), SourceXtractor::VectorImage< T >::getWidth(), m_vignets, and Euclid::make_unique().
Referenced by VignetArray().

|
inlineprivate |
Definition at line 47 of file VignetArray.h.
References SourceXtractor::VectorImage< T >::getHeight(), SourceXtractor::VectorImage< T >::getValue(), SourceXtractor::VectorImage< T >::getWidth(), m_vignets, and Euclid::make_unique().
Referenced by VignetArray().

|
private |
Definition at line 79 of file VignetArray.h.
Referenced by getVignets(), initMultiple(), and initSingle().