SourceXtractorPlusPlus  0.16
Please provide a description of the project.
Public Member Functions | Private Attributes | List of all members
SourceXtractor::ImageProcessingList< T > Class Template Reference

#include <ImageProcessingList.h>

Inheritance diagram for SourceXtractor::ImageProcessingList< T >:
[legend]
Collaboration diagram for SourceXtractor::ImageProcessingList< T >:
[legend]

Public Member Functions

virtual ~ImageProcessingList ()=default
 
 ImageProcessingList (const std::vector< std::shared_ptr< ImageProcessing< T >>> &processing_list)
 
virtual std::shared_ptr< Image< T > > processImage (std::shared_ptr< Image< T >> image) const override
 
virtual std::shared_ptr< Image< T > > processImage (std::shared_ptr< Image< T >> image, std::shared_ptr< Image< T >> variance, T threshold) const override
 
- Public Member Functions inherited from SourceXtractor::ImageProcessing< T >
virtual ~ImageProcessing ()=default
 

Private Attributes

std::vector< std::shared_ptr< ImageProcessing< T > > > m_processing_list
 

Detailed Description

template<typename T>
class SourceXtractor::ImageProcessingList< T >

Definition at line 35 of file ImageProcessingList.h.

Constructor & Destructor Documentation

◆ ~ImageProcessingList()

template<typename T >
virtual SourceXtractor::ImageProcessingList< T >::~ImageProcessingList ( )
virtualdefault

◆ ImageProcessingList()

template<typename T >
SourceXtractor::ImageProcessingList< T >::ImageProcessingList ( const std::vector< std::shared_ptr< ImageProcessing< T >>> &  processing_list)
inlineexplicit

Definition at line 39 of file ImageProcessingList.h.

Member Function Documentation

◆ processImage() [1/2]

template<typename T >
virtual std::shared_ptr<Image<T> > SourceXtractor::ImageProcessingList< T >::processImage ( std::shared_ptr< Image< T >>  image) const
inlineoverridevirtual

◆ processImage() [2/2]

template<typename T >
virtual std::shared_ptr<Image<T> > SourceXtractor::ImageProcessingList< T >::processImage ( std::shared_ptr< Image< T >>  image,
std::shared_ptr< Image< T >>  variance,
threshold 
) const
inlineoverridevirtual

Member Data Documentation

◆ m_processing_list

template<typename T >
std::vector<std::shared_ptr<ImageProcessing<T> > > SourceXtractor::ImageProcessingList< T >::m_processing_list
private

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