SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include <ImageSource.h>
Public Member Functions | |
virtual | ~ImageSourceBase ()=default |
virtual std::string | getRepr () const =0 |
Human readable representation of this source. More... | |
Definition at line 32 of file ImageSource.h.
|
virtualdefault |
|
pure virtual |
Human readable representation of this source.
Implemented in SourceXtractor::WeightMapImageSource, SourceXtractor::FitsImageSource< T >, SourceXtractor::TemporaryFitsImageSource< T >, SourceXtractor::TypedSplineModelWrapper< T >, SourceXtractor::BgDFTConvolutionImageSource, SourceXtractor::BgConvolutionImageSource, and SourceXtractor::InterpolatedImageSource< T >.