|
SourceXtractorPlusPlus
0.11
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 | |
Public Types inherited from SourceXtractor::Image< T > | |
| using | PixelType = T |
Public Member Functions inherited from SourceXtractor::ImageBase< T > | |
| virtual | ~ImageBase () |
| virtual std::shared_ptr < ImageChunk< T > > | getChunk (int x, int y, int width, int height) const override |
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 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... | |
Public Member Functions inherited from std::enable_shared_from_this< ImageBase< T > > | |
| 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.
1.8.5