create(Args &&... args) | SourceXtractor::UniversalImageChunk< T > | inlinestatic |
SourceXtractor::ImageChunk::create(const T *data, int width, int height, int stride, std::shared_ptr< const Image< T >> image=nullptr) | SourceXtractor::ImageChunk< T > | inlinestatic |
enable_shared_from_this(T... args) | std::enable_shared_from_this< ImageChunk< T > > | |
getChunk(int x, int y, int width, int height) const override | SourceXtractor::ImageChunk< T > | inlinevirtual |
getHeight() const final | SourceXtractor::ImageChunk< T > | inlinevirtual |
getRepr() const override | SourceXtractor::ImageChunk< T > | inlinevirtual |
getValue(int x, int y) const final | SourceXtractor::ImageChunk< T > | inlinevirtual |
SourceXtractor::Image::getValue(PixelCoordinate pc) const | SourceXtractor::Image< T > | inline |
getWidth() const final | SourceXtractor::ImageChunk< T > | inlinevirtual |
ImageChunk(const T *data, int width, int height, int stride, std::shared_ptr< const Image< T >> image=nullptr) | SourceXtractor::ImageChunk< T > | inlineprotected |
m_chunk_vector | SourceXtractor::UniversalImageChunk< T > | private |
m_data | SourceXtractor::ImageChunk< T > | protected |
m_height | SourceXtractor::ImageChunk< T > | protected |
m_image | SourceXtractor::ImageChunk< T > | protected |
m_stride | SourceXtractor::ImageChunk< T > | protected |
m_width | SourceXtractor::ImageChunk< T > | protected |
operator=(T... args) | std::enable_shared_from_this< ImageChunk< T > > | |
PixelType typedef | SourceXtractor::Image< T > | |
setValue(int x, int y, T value) | SourceXtractor::UniversalImageChunk< T > | inline |
shared_from_this(T... args) | std::enable_shared_from_this< ImageChunk< T > > | |
UniversalImageChunk(ImageChunk< T > &&chunk) | SourceXtractor::UniversalImageChunk< T > | inlineprotected |
UniversalImageChunk(std::shared_ptr< const Image< T >> image, int x, int y, int width, int height) | SourceXtractor::UniversalImageChunk< T > | inlineprotected |
UniversalImageChunk(std::vector< T > &&data, int width, int height) | SourceXtractor::UniversalImageChunk< T > | inlineprotected |
~enable_shared_from_this(T... args) | std::enable_shared_from_this< ImageChunk< T > > | |
~Image()=default | SourceXtractor::Image< T > | virtual |
~ImageChunk() | SourceXtractor::ImageChunk< T > | inlinevirtual |
~UniversalImageChunk() | SourceXtractor::UniversalImageChunk< T > | inlinevirtual |