|
SourceXtractorPlusPlus 0.18
SourceXtractor++, the next generation SExtractor
|
#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, MetadataEntry) |
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::ScaledImageSource< T >, SourceXtractor::FitsImageSource, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >, and SourceXtractor::ProcessingImageSource< WeightImage::PixelType >.
|
pure virtual |
Implemented in SourceXtractor::ScaledImageSource< T >, SourceXtractor::FitsImageSource, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >, and SourceXtractor::ProcessingImageSource< WeightImage::PixelType >.
|
inlinevirtual |
Reimplemented in SourceXtractor::FitsImageSource.
Definition at line 77 of file ImageSource.h.
|
pure virtual |
Human readable representation of this source.
Implemented in SourceXtractor::ScaledImageSource< T >, SourceXtractor::FitsImageSource, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::InterpolatedImageSource< T >, SourceXtractor::BgConvolutionImageSource, SourceXtractor::BgDFTConvolutionImageSource, and SourceXtractor::WeightMapImageSource.
|
pure virtual |
Implemented in SourceXtractor::FitsImageSource, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::InterpolatedImageSource< T >, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >, SourceXtractor::ProcessingImageSource< WeightImage::PixelType >, and SourceXtractor::ScaledImageSource< T >.
|
pure virtual |
Returns the width of the image in pixels.
Implemented in SourceXtractor::ScaledImageSource< T >, SourceXtractor::FitsImageSource, SourceXtractor::TemporaryFitsImageSource, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >, and SourceXtractor::ProcessingImageSource< WeightImage::PixelType >.
|
pure virtual |
Implemented in SourceXtractor::ScaledImageSource< T >, SourceXtractor::ProcessingImageSource< T >, SourceXtractor::ProcessingImageSource< DetectionImage::PixelType >, SourceXtractor::ProcessingImageSource< WeightImage::PixelType >, SourceXtractor::FitsImageSource, and SourceXtractor::TemporaryFitsImageSource.
|
inlinevirtual |
Reimplemented in SourceXtractor::FitsImageSource.
Definition at line 79 of file ImageSource.h.