SourceXtractorPlusPlus
0.14
Please provide a description of the project.
|
#include <ImageBase.h>
Public Member Functions | |
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) |
Additional Inherited Members | |
![]() | |
using | PixelType = T |
Definition at line 35 of file ImageBase.h.
|
inlinevirtual |
Definition at line 38 of file ImageBase.h.
|
inlineoverridevirtual |
Implements SourceXtractor::Image< T >.
Reimplemented in SourceXtractor::VectorImage< T >, SourceXtractor::MaskedImage< T, M, Operator >, SourceXtractor::ProcessedImage< T, P >, SourceXtractor::ConstantImage< T >, SourceXtractor::FunctionalImage< T >, and SourceXtractor::BufferedImage< T >.
Definition at line 40 of file ImageBase.h.
References SourceXtractor::UniversalImageChunk< T >::create(), and std::enable_shared_from_this< ImageBase< T > >::shared_from_this().