SourceXtractorPlusPlus
0.16
Please provide a description of the project.
|
#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. More... | |
int | getHeight () const override |
Returns the height of the image in pixels. More... | |
ImageTile::ImageType | getType () const override |
![]() | |
ImageSource () | |
virtual | ~ImageSource ()=default |
virtual std::string | getRepr () const =0 |
Human readable representation of this source. More... | |
virtual const std::map< std::string, MetadataEntry > | getMetadata () const |
virtual void | setMetadata (std::string, MetadataEntry) |
![]() | |
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.
|
virtualdefault |
|
protectedpure virtual |
|
inlineoverridevirtual |
Returns the height of the image in pixels.
Implements SourceXtractor::ImageSource.
Definition at line 59 of file ProcessingImageSource.h.
References SourceXtractor::ProcessingImageSource< T >::m_image.
|
inlineprotected |
Definition at line 70 of file ProcessingImageSource.h.
References SourceXtractor::ProcessingImageSource< T >::m_image.
Referenced by SourceXtractor::InterpolatedImageSource< T >::getRepr().
|
inlineoverridevirtual |
Implements SourceXtractor::ImageSource.
Definition at line 40 of file ProcessingImageSource.h.
References SourceXtractor::ProcessingImageSource< T >::generateTile(), SourceXtractor::ProcessingImageSource< T >::m_image, x, and y.
|
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 SourceXtractor::ProcessingImageSource< T >::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 SourceXtractor::ProcessingImageSource< T >::getHeight(), SourceXtractor::ProcessingImageSource< T >::getImageRepr(), SourceXtractor::ProcessingImageSource< T >::getImageTile(), and SourceXtractor::ProcessingImageSource< T >::getWidth().