|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <ProcessingImageSource.h>


Public Member Functions | |
| ProcessingImageSource (std::shared_ptr< Image< T > > image) | |
| virtual | ~ProcessingImageSource ()=default |
| std::shared_ptr< ImageTile > | getImageTile (int x, int y, int width, int height) const override |
| void | saveTile (ImageTile &) override |
| int | getWidth () const override |
| Returns the width of the image in pixels. | |
| int | getHeight () const override |
| Returns the height of the image in pixels. | |
| ImageTile::ImageType | getType () const override |
| Public Member Functions inherited from SourceXtractor::ImageSource | |
| ImageSource () | |
| virtual | ~ImageSource ()=default |
| virtual std::string | getRepr () const =0 |
| Human readable representation of this source. | |
| virtual const std::map< std::string, MetadataEntry > & | getMetadata () const |
| virtual void | setMetadata (const std::string &key, const MetadataEntry &value) |
| Public Member Functions inherited from std::enable_shared_from_this< ImageSource > | |
| T | enable_shared_from_this (T... args) |
| T | operator= (T... args) |
| T | shared_from_this (T... args) |
| T | ~enable_shared_from_this (T... args) |
Protected Member Functions | |
| virtual void | generateTile (const std::shared_ptr< Image< T > > &image, ImageTileWithType< T > &tile, int x, int y, int width, int height) const =0 |
| std::string | getImageRepr () const |
Private Attributes | |
| std::shared_ptr< Image< T > > | m_image |
Definition at line 33 of file ProcessingImageSource.h.
|
inline |
Definition at line 36 of file ProcessingImageSource.h.
References m_image.
Referenced by getImageTile(), and SourceXtractor::InterpolatedImageSource< T >::InterpolatedImageSource().
|
virtualdefault |
|
protectedpure virtual |
Implemented in SourceXtractor::InterpolatedImageSource< T >, and SourceXtractor::WeightMapImageSource.
Referenced by getImageTile().
|
inlineoverridevirtual |
Returns the height of the image in pixels.
Implements SourceXtractor::ImageSource.
Definition at line 59 of file ProcessingImageSource.h.
References m_image.
|
inlineprotected |
Definition at line 70 of file ProcessingImageSource.h.
References m_image.
Referenced by SourceXtractor::InterpolatedImageSource< T >::getRepr().
|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource.
Definition at line 40 of file ProcessingImageSource.h.
References generateTile(), m_image, std::make_shared(), and ProcessingImageSource().

|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource.
Definition at line 63 of file ProcessingImageSource.h.
References SourceXtractor::ImageTile::getTypeValue().

|
inlineoverridevirtual |
Returns the width of the image in pixels.
Implements SourceXtractor::ImageSource.
Definition at line 54 of file ProcessingImageSource.h.
References m_image.
|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource.
Definition at line 49 of file ProcessingImageSource.h.
|
private |
Definition at line 75 of file ProcessingImageSource.h.
Referenced by getHeight(), getImageRepr(), getImageTile(), getWidth(), and ProcessingImageSource().