SourceXtractorPlusPlus
0.13
Please provide a description of the project.
|
#include <ImageSource.h>
Public Member Functions | |
ImageSource () | |
virtual | ~ImageSource ()=default |
virtual std::string | getRepr () const =0 |
Human readable representation of this source. More... | |
virtual void | saveTile (ImageTile &tile)=0 |
virtual std::shared_ptr< ImageTile > | getImageTile (int x, int y, int width, int height) const =0 |
virtual int | getWidth () const =0 |
Returns the width of the image in pixels. More... | |
virtual int | getHeight () const =0 |
Returns the height of the image in pixels. More... | |
virtual ImageTile::ImageType | getType () const =0 |
virtual const std::map< std::string, MetadataEntry > | getMetadata () const |
virtual void | setMetadata (std::string key, MetadataEntry value) |
Metadata is modeled as a set of key/value pairs. Keys are unique.
Definition at line 52 of file ImageSource.h.
|
inline |
Definition at line 55 of file ImageSource.h.
|
virtualdefault |
|
pure virtual |
Returns the height of the image in pixels.
Implemented in SourceXtractor::TypedSplineModelWrapper< T >, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::FitsImageSource, and SourceXtractor::ScaledImageSource< T >.
|
pure virtual |
Implemented in SourceXtractor::TypedSplineModelWrapper< T >, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::ProcessingImageSource< WeightImage::PixelType >, SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::FitsImageSource, and SourceXtractor::ScaledImageSource< T >.
|
inlinevirtual |
Reimplemented in SourceXtractor::FitsImageSource.
Definition at line 77 of file ImageSource.h.
|
pure virtual |
Human readable representation of this source.
Implemented in SourceXtractor::WeightMapImageSource, SourceXtractor::BgDFTConvolutionImageSource, SourceXtractor::BgConvolutionImageSource, SourceXtractor::TypedSplineModelWrapper< T >, SourceXtractor::InterpolatedImageSource< T >, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::FitsImageSource, and SourceXtractor::ScaledImageSource< T >.
|
pure virtual |
|
pure virtual |
Returns the width of the image in pixels.
Implemented in SourceXtractor::TypedSplineModelWrapper< T >, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::FitsImageSource, and SourceXtractor::ScaledImageSource< T >.
|
pure virtual |
Implemented in SourceXtractor::TemporaryFitsImageSource, SourceXtractor::FitsImageSource, SourceXtractor::TypedSplineModelWrapper< T >, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::ProcessingImageSource< WeightImage::PixelType >, SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >, and SourceXtractor::ScaledImageSource< T >.
|
inlinevirtual |
Reimplemented in SourceXtractor::FitsImageSource.
Definition at line 79 of file ImageSource.h.