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


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 |
Implemented in SourceXtractor::InterpolatedImageSource< T >.
Referenced by SourceXtractor::ProcessingImageSource< T >::getImageTile().
|
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().