SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#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 | |
![]() | |
using | PixelType = T |
![]() | |
virtual | ~ImageBase () |
virtual std::shared_ptr < ImageChunk< T > > | getChunk (int x, int y, int width, int height) const override |
![]() | |
virtual | ~Image ()=default |
Destructor. More... | |
virtual std::string | getRepr () const =0 |
Get a string identifying this image in a human readable manner. More... | |
virtual T | getValue (int x, int y) const =0 |
Returns the value of the pixel with the coordinates (x,y) More... | |
T | getValue (PixelCoordinate pc) const |
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... | |
bool | isInside (int x, int y) const |
Returns true if the given coordinates are inside the image bounds. More... | |
![]() | |
T | enable_shared_from_this (T...args) |
T | operator= (T...args) |
T | shared_from_this (T...args) |
T | ~enable_shared_from_this (T...args) |
Definition at line 117 of file PaddedImage.h.
|
inlineprotected |
Definition at line 119 of file PaddedImage.h.
|
inlineprotected |
Definition at line 128 of file PaddedImage.h.
|
protected |
Definition at line 160 of file PaddedImage.h.
|
protected |
Definition at line 128 of file PaddedImage.h.
|
protected |
Definition at line 159 of file PaddedImage.h.
|
protected |
Definition at line 159 of file PaddedImage.h.
|
protected |
Definition at line 128 of file PaddedImage.h.