create(std::shared_ptr< const std::vector< T >> data, int offset, int width, int height, int stride) | SourceXtractor::ImageChunk< T > | inlinestatic |
getChunk(int x, int y, int width, int height) const override | SourceXtractor::ImageChunk< T > | inlinevirtual |
SourceXtractor::Image::getChunk(const PixelCoordinate &start, const PixelCoordinate &end) const | SourceXtractor::Image< T > | inline |
getHeight() const final | SourceXtractor::ImageChunk< T > | inlinevirtual |
getRepr() const override | SourceXtractor::ImageChunk< T > | inlinevirtual |
getValue(int x, int y) const | SourceXtractor::ImageChunk< T > | inline |
getValue(const PixelCoordinate &coord) const | SourceXtractor::ImageChunk< T > | inline |
getWidth() const final | SourceXtractor::ImageChunk< T > | inlinevirtual |
ImageChunk(std::shared_ptr< const std::vector< T >> data, int offset, int width, int height, int stride) | SourceXtractor::ImageChunk< T > | inlineprotected |
isInside(int x, int y) const | SourceXtractor::Image< T > | inline |
m_data | SourceXtractor::ImageChunk< T > | protected |
m_height | SourceXtractor::ImageChunk< T > | protected |
m_offset | SourceXtractor::ImageChunk< T > | protected |
m_stride | SourceXtractor::ImageChunk< T > | protected |
m_width | SourceXtractor::ImageChunk< T > | protected |
PixelType typedef | SourceXtractor::Image< T > | |
~Image()=default | SourceXtractor::Image< T > | virtual |
~ImageChunk() | SourceXtractor::ImageChunk< T > | inlinevirtual |