|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
Part of another image. More...
#include <SubImage.h>


Public Member Functions | |
| virtual | ~SubImage ()=default |
| Destructor. | |
| std::string | getRepr () const override |
| Get a string identifying this image in a human readable manner. | |
| int | getWidth () const override |
| Returns the width of the image in pixels. | |
| int | getHeight () const override |
| Returns the height of the image in pixels. | |
| 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. | |
| 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. | |
Static Public Member Functions | |
| template<typename... Args> | |
| static std::shared_ptr< SubImage< T > > | create (Args &&... args) |
Protected Member Functions | |
| SubImage (std::shared_ptr< const Image< T > > image, const PixelCoordinate &offset, int width, int height) | |
| SubImage (std::shared_ptr< const Image< T > > image, int x, int y, int width, int height) | |
Private Attributes | |
| std::shared_ptr< const Image< T > > | m_image |
| PixelCoordinate | m_offset |
| int | m_width |
| int | m_height |
Additional Inherited Members | |
| Public Types inherited from SourceXtractor::Image< T > | |
| using | PixelType = T |
Part of another image.
Definition at line 34 of file SubImage.h.
|
inlineprotected |
Definition at line 36 of file SubImage.h.
References getHeight(), getWidth(), m_height, m_image, m_offset, m_width, SourceXtractor::PixelCoordinate::m_x, and SourceXtractor::PixelCoordinate::m_y.
Referenced by create().

|
inlineprotected |
Definition at line 42 of file SubImage.h.
References getHeight(), getWidth(), m_height, m_image, m_offset, and m_width.

|
virtualdefault |
Destructor.
|
inlinestatic |
Definition at line 55 of file SubImage.h.
References std::forward(), and SubImage().
Referenced by SourceXtractor::BgDFTConvolutionImageSource::generateTile().

|
inlineoverridevirtual |
Implements SourceXtractor::Image< T >.
Definition at line 71 of file SubImage.h.
|
inlineoverridevirtual |
Returns the height of the image in pixels.
Implements SourceXtractor::Image< T >.
Definition at line 67 of file SubImage.h.
References m_height.
Referenced by SubImage(), and SubImage().
|
inlineoverridevirtual |
Get a string identifying this image in a human readable manner.
Implements SourceXtractor::Image< T >.
Definition at line 59 of file SubImage.h.
References m_height, m_image, m_offset, m_width, and std::to_string().

|
inlineoverridevirtual |
Returns the width of the image in pixels.
Implements SourceXtractor::Image< T >.
Definition at line 63 of file SubImage.h.
References m_width.
Referenced by SubImage(), and SubImage().
|
private |
Definition at line 78 of file SubImage.h.
Referenced by getHeight(), getRepr(), SubImage(), and SubImage().
|
private |
Definition at line 76 of file SubImage.h.
Referenced by getChunk(), getRepr(), SubImage(), and SubImage().
|
private |
Definition at line 77 of file SubImage.h.
Referenced by getChunk(), getRepr(), SubImage(), and SubImage().
|
private |
Definition at line 78 of file SubImage.h.
Referenced by getRepr(), getWidth(), SubImage(), and SubImage().