|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <PaddedImage.h>


Protected Member Functions | |
| PaddedImage (std::shared_ptr< const Image< T >> img, int width, int height, T default_value) | |
| PaddedImage (std::shared_ptr< const Image< T >> img, int width, int height) | |
Protected Attributes | |
| int | m_width |
| int | m_height |
| int | m_lpad |
| int | m_tpad |
| T | m_default |
Additional Inherited Members | |
Public Types inherited from SourceXtractor::Image< T > | |
| using | PixelType = T |
Public Member Functions inherited from SourceXtractor::Image< T > | |
| virtual | ~Image ()=default |
| Destructor. More... | |
| virtual std::string | getRepr () const =0 |
| Get a string identifying this image in a human readable manner. More... | |
| 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 std::shared_ptr < ImageChunk< T > > | getChunk (int x, int y, int width, int height) const =0 |
| std::shared_ptr< ImageChunk< T > > | getChunk (const PixelCoordinate &start, const PixelCoordinate &end) const |
| bool | isInside (int x, int y) const |
| Returns true if the given coordinates are inside the image bounds. More... | |
Definition at line 128 of file PaddedImage.h.
|
inlineprotected |
Definition at line 130 of file PaddedImage.h.
|
inlineprotected |
Definition at line 139 of file PaddedImage.h.
|
protected |
Definition at line 186 of file PaddedImage.h.
|
protected |
Definition at line 139 of file PaddedImage.h.
|
protected |
Definition at line 185 of file PaddedImage.h.
|
protected |
Definition at line 185 of file PaddedImage.h.
|
protected |
Definition at line 139 of file PaddedImage.h.
1.8.5