SourceXtractorPlusPlus  0.13
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

template<typename T >
virtual SourceXtractor::ImageProcessingList< T >::~ImageProcessingList ( )
virtualdefault
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

template<typename T >
virtual std::shared_ptr<Image<T> > SourceXtractor::ImageProcessingList< T >::processImage ( std::shared_ptr< Image< T >>  image) const
inlineoverridevirtual
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

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: